summaryrefslogtreecommitdiff
path: root/app/Controller/User.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/User.php')
-rw-r--r--app/Controller/User.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/User.php b/app/Controller/User.php
index 25402f03..ee3d47eb 100644
--- a/app/Controller/User.php
+++ b/app/Controller/User.php
@@ -53,7 +53,7 @@ class User extends Base
list($valid, $errors) = $this->authentication->validateForm($values);
if ($valid) {
- $this->response->redirect('?controller=app');
+ $this->response->redirect('?controller=board');
}
$this->response->html($this->template->layout('user_login', array(