@@ -105,7 +105,7 @@ discard block |
||
| 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 |
||
| 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 { |