From: Jan Schneider Date: Wed, 13 Oct 2010 00:48:22 +0000 (+0200) Subject: Shortcut to allow bootstrapping if the Translation package is not available yet. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=75096304a1e5173cc8a7d0b753bf438f48a574cc;p=horde.git Shortcut to allow bootstrapping if the Translation package is not available yet. --- diff --git a/framework/bin/install_framework b/framework/bin/install_framework index 9bbe69ced..c69d928ef 100755 --- a/framework/bin/install_framework +++ b/framework/bin/install_framework @@ -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);