Skip to content
Snippets Groups Projects
Commit b919fcdc authored by User expired's avatar User expired
Browse files

openolat#41: adapted queryResourcesLimitType call to match the new function signature

parent d91c7ff3
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ public class RepositoryEntrySelectionController extends FormBasicController { ...@@ -158,7 +158,7 @@ public class RepositoryEntrySelectionController extends FormBasicController {
} else { } else {
restrictedTypes.addAll(Arrays.asList(limitTypes)); restrictedTypes.addAll(Arrays.asList(limitTypes));
} }
return rm.queryResourcesLimitType(owner, roles, restrictedTypes, null, null, null, false, true); return rm.queryResourcesLimitType(owner, roles, false, restrictedTypes, null, null, null, false, true);
} }
public RepositoryEntry getSelectedEntry() { public RepositoryEntry getSelectedEntry() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment