diff options
Diffstat (limited to 'controllers/UsersController.php')
-rw-r--r-- | controllers/UsersController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/UsersController.php b/controllers/UsersController.php index 8ee5079..01ec06a 100644 --- a/controllers/UsersController.php +++ b/controllers/UsersController.php @@ -315,7 +315,7 @@ class UsersController extends \lithium\action\Controller { { return $this->redirect('/pages/banned'); } - + //If the user was trying to go somewhere, redirect them there if ($location != null) { |