From d99caf31f77673df1fff6f627e85a110889376a2 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 15 Oct 2010 03:23:57 +0000 Subject: [PATCH] BUGFIX Fixed spelling error of $databaseConfig in cli-script.php causing database configuration to not load (thanks aimcom!) (from r107369) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112571 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- cli-script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;