From: Gunnar Wrobel Date: Mon, 18 Oct 2010 12:47:36 +0000 (+0200) Subject: It is no longer required to provide a dummy value here. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ccee2fce443d415f581d28707d90e4e6fde08984;p=horde.git It is no longer required to provide a dummy value here. --- diff --git a/framework/bin/install_framework b/framework/bin/install_framework index c69d928ef..9bbe69ced 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(true); +$cli = Horde_Cli::init(); $cli->message('Source directory: ' . $srcDir); $cli->message('Framework destination directory: ' . $destDir);