@@ -98,7 +98,7 @@ |
||
| 98 | 98 | */ |
| 99 | 99 | protected function checkMethodForLoginRequired($method) |
| 100 | 100 | { |
| 101 | - if (in_array($method, $this->loginRequired) && !$this->request->isLoggedIn()) { |
|
| 101 | + if (in_array($method, $this->loginRequired) && ! $this->request->isLoggedIn()) { |
|
| 102 | 102 | throw new AuthException("You must log in before."); |
| 103 | 103 | } |
| 104 | 104 | } |