projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f4437
)
It is no longer required to provide a dummy value here.
author
Gunnar Wrobel
<p@rdus.de>
Mon, 18 Oct 2010 12:47:36 +0000
(14:47 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Mon, 18 Oct 2010 12:49:22 +0000
(14:49 +0200)
framework/bin/install_framework
patch
|
blob
|
history
diff --git
a/framework/bin/install_framework
b/framework/bin/install_framework
index
c69d928
..
9bbe69c
100755
(executable)
--- 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);