summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules-available/dozmod/pages/users.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules-available/dozmod/pages/users.inc.php b/modules-available/dozmod/pages/users.inc.php
index 0c958feb..23457ca6 100644
--- a/modules-available/dozmod/pages/users.inc.php
+++ b/modules-available/dozmod/pages/users.inc.php
@@ -5,7 +5,8 @@ class SubPage
public static function doPreprocess()
{
-
+ // Currently there's only one view, actions are ajax
+ User::assertPermission('users.view');
}
public static function doRender()