@@ -33,7 +33,7 @@ |
||
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 | } |