diff --git a/cli-script.php b/cli-script.php index 43064d5a3..8440233a1 100755 --- a/cli-script.php +++ b/cli-script.php @@ -55,7 +55,7 @@ if(isset($_SERVER['argv'][2])) { */ require_once("core/Core.php"); -global $databcaseConfig; +global $databaseConfig; // We don't have a session in cli-script, but this prevents errors $_SESSION = null;