It is no longer required to provide a dummy value here.
authorGunnar Wrobel <p@rdus.de>
Mon, 18 Oct 2010 12:47:36 +0000 (14:47 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 18 Oct 2010 12:49:22 +0000 (14:49 +0200)
framework/bin/install_framework

index c69d928..9bbe69c 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(true);
+$cli = Horde_Cli::init();
 
 $cli->message('Source directory: ' . $srcDir);
 $cli->message('Framework destination directory: ' . $destDir);