projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46d0556
)
Shortcut to allow bootstrapping if the Translation package is not available yet.
author
Jan Schneider
<jan@horde.org>
Wed, 13 Oct 2010 00:48:22 +0000
(
02:48
+0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 13 Oct 2010 00:48:22 +0000
(
02:48
+0200)
framework/bin/install_framework
patch
|
blob
|
history
diff --git
a/framework/bin/install_framework
b/framework/bin/install_framework
index
9bbe69c
..
c69d928
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();
+$cli = Horde_Cli::init(
true
);
$cli->message('Source directory: ' . $srcDir);
$cli->message('Framework destination directory: ' . $destDir);