summaryrefslogtreecommitdiff
path: root/includes/controller/users_controller.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/controller/users_controller.php')
-rw-r--r--includes/controller/users_controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/controller/users_controller.php b/includes/controller/users_controller.php
index 404b7f9b..672cbb0f 100644
--- a/includes/controller/users_controller.php
+++ b/includes/controller/users_controller.php
@@ -4,7 +4,7 @@
* Route user actions.
*/
function users_controller() {
- global $privileges, $user;
+ global $user;
if (! isset($user))
redirect(page_link_to(''));