Completed
Branch master (e308ef)
by Grant
06:04
created
public_html/tc/controller/UserController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
         //if user_id is not null, then log the user in automatically
62 62
         if($existingUser){
63 63
             return $existingUser;
64
-        }else{
64
+        } else{
65 65
             //if user_id is null, then the user is not registered and we should register them automatically
66 66
             //register new user
67 67
             $newUser = UserController::registerUser($user);
Please login to merge, or discard this patch.