Passed
Push — Auth ( 051e33...da6940 )
by Stone
02:32
created
App/Controllers/Login.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
         //Error checking
85 85
 
86 86
         //if mail already used, go to login
87
-        if($this->userModel->isEmailUnique($register["email"]))
87
+        if ($this->userModel->isEmailUnique($register["email"]))
88 88
         {
89 89
             $this->alertBox->setAlert("Email already registered, try logging in. You can always use the forgotten password to reset your account", 'error');
90 90
             $this->response->redirect('/login');
Please login to merge, or discard this patch.