diff options
Diffstat (limited to 'app/Controller/Auth.php')
-rw-r--r-- | app/Controller/Auth.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Controller/Auth.php b/app/Controller/Auth.php index b98dff5d..46b5a546 100644 --- a/app/Controller/Auth.php +++ b/app/Controller/Auth.php @@ -58,8 +58,7 @@ class Auth extends Base if (! DISABLE_LOGOUT) { $this->sessionManager->close(); $this->response->redirect($this->helper->url->to('auth', 'login')); - } - else { + } else { $this->response->redirect($this->helper->url->to('auth', 'index')); } } |