summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings/users.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/users.php b/settings/users.php
index 81f6ed4335c..9d89ff65b4a 100644
--- a/settings/users.php
+++ b/settings/users.php
@@ -103,6 +103,8 @@ $defaultQuota=$config->getAppValue('files', 'default_quota', 'none');
$defaultQuotaIsUserDefined=array_search($defaultQuota, $quotaPreset)===false
&& array_search($defaultQuota, array('none', 'default'))===false;
+\OC::$server->getEventDispatcher()->dispatch('OC\Settings\Users::loadAdditionalScripts');
+
$tmpl = new OC_Template("settings", "users/main", "user");
$tmpl->assign('groups', $groups);
$tmpl->assign('sortGroups', $sortGroupsBy);