Passed
Push — ci-changes ( c435d5 )
by Michael
44s queued 13s
created
acc.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
 elseif ($action == "sreg") {
106 106
 	global $useOauthSignup, $smarty, $allowRegistration;
107 107
 
108
-	if(!$allowRegistration) {
108
+	if (!$allowRegistration) {
109 109
 		$smarty->display("registration/registerdisabled.tpl");
110 110
 		BootstrapSkin::displayInternalFooter();
111 111
 		die();
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
 }
215 215
 elseif ($action == "register") {
216 216
 	global $useOauthSignup, $smarty, $allowRegistration;
217
-	if($allowRegistration) {
217
+	if ($allowRegistration) {
218 218
 		$smarty->assign("useOauthSignup", $useOauthSignup);
219 219
 		$smarty->display("registration/register.tpl");
220 220
 	} else {
Please login to merge, or discard this patch.