Shortcut to allow bootstrapping if the Translation package is not available yet.
authorJan Schneider <jan@horde.org>
Wed, 13 Oct 2010 00:48:22 +0000 (02:48 +0200)
committerJan Schneider <jan@horde.org>
Wed, 13 Oct 2010 00:48:22 +0000 (02:48 +0200)
framework/bin/install_framework

index 9bbe69c..c69d928 100755 (executable)
@@ -150,7 +150,7 @@ if (!Horde_Cli::runningFromCLI()) {
 
 // Load the CLI environment - make sure there's no time limit, init
 // some variables, etc.
-$cli = Horde_Cli::init();
+$cli = Horde_Cli::init(true);
 
 $cli->message('Source directory: ' . $srcDir);
 $cli->message('Framework destination directory: ' . $destDir);