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 e8cb1b27..b1ef517e 100644
--- a/includes/controller/users_controller.php
+++ b/includes/controller/users_controller.php
@@ -192,7 +192,7 @@ function user_controller()
$user_source = User($request->input('user_id'));
if ($user_source == null) {
error(_('User not found.'));
- redirect('?');
+ redirect(page_link_to('/'));
}
}