@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | require_once($sourcedir . '/Load.php'); |
78 | 78 | |
79 | 79 | // If $maintenance is set specifically to 2, then we're upgrading or something. |
80 | -if (!empty($maintenance) && 2 === $maintenance) |
|
80 | +if (!empty($maintenance) && 2 === $maintenance) |
|
81 | 81 | { |
82 | 82 | require_once($sourcedir . '/Security.php'); |
83 | 83 | display_maintenance_message(); |
@@ -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/', |