@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | require_once($sourcedir . '/Security.php'); |
| 79 | 79 | |
| 80 | 80 | // If $maintenance is set specifically to 2, then we're upgrading or something. |
| 81 | -if (!empty($maintenance) && 2 === $maintenance) |
|
| 81 | +if (!empty($maintenance) && 2 === $maintenance) |
|
| 82 | 82 | { |
| 83 | 83 | display_maintenance_message(); |
| 84 | 84 | } |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | * |
| 95 | 95 | * @param string $class The fully-qualified class name. |
| 96 | 96 | */ |
| 97 | -spl_autoload_register(function ($class) use ($sourcedir) |
|
| 97 | +spl_autoload_register(function($class) use ($sourcedir) |
|
| 98 | 98 | { |
| 99 | 99 | $classMap = array( |
| 100 | 100 | 'ReCaptcha\\' => 'ReCaptcha/', |