Passed
Pull Request — dev (#47)
by Stone
04:17 queued 01:57
created
App/Controllers/Admin/Home.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
         } elseif ($this->auth->isUser()) {
16 16
             $this->data['userRole'] = 'User';
17 17
             $this->data['userLevel'] = $this->auth->getUserLevel();
18
-        }else {
18
+        } else {
19 19
             $this->alertBox->setAlert("You must be connected to acces the admin interface", 'warning');
20 20
             $this->container->getResponse()->redirect();
21 21
         }
Please login to merge, or discard this patch.