@@ -48,7 +48,7 @@ |
||
| 48 | 48 | try { |
| 49 | 49 | $user = $this->getAuthenticatingUser(); |
| 50 | 50 | } |
| 51 | - catch (ApplicationLogicException $ex){ |
|
| 51 | + catch (ApplicationLogicException $ex) { |
|
| 52 | 52 | SessionAlert::error($ex->getMessage()); |
| 53 | 53 | $this->redirect('login'); |
| 54 | 54 | |