From ccee2fce443d415f581d28707d90e4e6fde08984 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Mon, 18 Oct 2010 14:47:36 +0200 Subject: [PATCH] It is no longer required to provide a dummy value here. --- framework/bin/install_framework | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0