Passed
Push — Admin-section ( df9654...d56638 )
by Stone
02:57
created
Category
App/Controllers/Admin/Home.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
             $this->data['userLevel'] = 'Admin';
13 13
         } elseif ($this->auth->isUser()) {
14 14
             $this->data['userLevel'] = 'User';
15
-        }else {
15
+        } else {
16 16
             $this->alertbox->setAlert("Not Admin", 'warning');
17 17
             $this->alertbox->setAlert("TESTING", 'error');
18 18
             $this->container->getResponse()->redirect();
Please login to merge, or discard this patch.