Completed
Push — master ( f6dfc7...eed325 )
by Hugo
02:57
created
app/controllers/UsersController.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
 
75 75
         $this->jquery->compile($this->view);
76 76
 
77
-        }else {
77
+        } else {
78 78
             $this->view->pick("main/error");
79 79
         }
80 80
     }
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
         if ($this->verifyAccessAction($this->controller, "write")) {
90 90
             $typeUser = TypeUser::find();
91 91
             $this->view->setVar("typeUser", $typeUser);
92
-        }else {
92
+        } else {
93 93
             $this->view->pick("main/error");
94 94
         }
95 95
 
Please login to merge, or discard this patch.