diff options
Diffstat (limited to 'settings/ajax/removegroup.php')
-rw-r--r-- | settings/ajax/removegroup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/ajax/removegroup.php b/settings/ajax/removegroup.php index 4d364781894..73f86061e3f 100644 --- a/settings/ajax/removegroup.php +++ b/settings/ajax/removegroup.php @@ -1,7 +1,7 @@ <?php // Init owncloud -require_once('../../lib/base.php'); + OC_JSON::checkAdminUser(); |