mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
- getAllGroups() is now a method of LetoDMD_DMS
This commit is contained in:
parent
d619bc8dc8
commit
f781650133
|
@ -39,7 +39,7 @@ if (is_bool($users)) {
|
|||
UI::exitError(getMLText("admin_tools"),getMLText("internal_error"));
|
||||
}
|
||||
|
||||
$groups = getAllGroups();
|
||||
$groups = $dms->getAllGroups();
|
||||
|
||||
if (is_bool($groups)) {
|
||||
UI::exitError(getMLText("admin_tools"),getMLText("internal_error"));
|
||||
|
|
Loading…
Reference in New Issue
Block a user