Passed
Push — Security_and_bug_fixes ( b910f4...d592f0 )
by Stone
02:28
created
App/Controllers/Home.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 
34 34
         $this->config = $this->siteConfig->getSiteConfig();
35 35
         $this->userModel = new UserModel($this->container);
36
-        if($this->auth->isuser())
36
+        if ($this->auth->isuser())
37 37
         {
38 38
             $this->data["user"] = $this->userModel->getUserDetailsById($this->session->get("userId"));
39 39
         }
Please login to merge, or discard this patch.