diff options
author | Simon Rettberg | 2018-03-21 17:06:25 +0100 |
---|---|---|
committer | Simon Rettberg | 2018-03-21 17:06:25 +0100 |
commit | 2ace18342feec01dd3d0cacf7c399b4c05a647b4 (patch) | |
tree | b02a91c91b637f4047cf64b62d457dae0e843bbf /modules-available/dozmod | |
parent | [dnbd3] Hide tabs that aren't available (diff) | |
download | slx-admin-2ace18342feec01dd3d0cacf7c399b4c05a647b4.tar.gz slx-admin-2ace18342feec01dd3d0cacf7c399b4c05a647b4.tar.xz slx-admin-2ace18342feec01dd3d0cacf7c399b4c05a647b4.zip |
[dozmod] Fix visibility of doAjax
Diffstat (limited to 'modules-available/dozmod')
-rw-r--r-- | modules-available/dozmod/pages/users.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/dozmod/pages/users.inc.php b/modules-available/dozmod/pages/users.inc.php index 79d13827..0791da2e 100644 --- a/modules-available/dozmod/pages/users.inc.php +++ b/modules-available/dozmod/pages/users.inc.php @@ -14,7 +14,7 @@ class SubPage self::listOrganizations(); } - protected static function doAjax() + public static function doAjax() { User::load(); |