git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/accounting-dashboard@169703 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0ad6871bb1
commit
5c49bc0dfc
|
@ -17,7 +17,7 @@ public class AccountingService {
|
|||
private AccountingDao dao;
|
||||
|
||||
public AccountingService() {
|
||||
dao = AccountingDao.get();
|
||||
dao = AccountingDao.get(new PortalContextTreeProvider());
|
||||
}
|
||||
|
||||
public void getTree() {
|
||||
|
|
Loading…
Reference in New Issue