projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5abf80c
)
Fix listApps() call
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 6 Aug 2010 20:18:30 +0000
(14:18 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 6 Aug 2010 22:07:56 +0000
(16:07 -0600)
horde/bin/db_migrate
patch
|
blob
|
history
diff --git
a/horde/bin/db_migrate
b/horde/bin/db_migrate
index
0f0a821
..
2e8d0de
100755
(executable)
--- a/
horde/bin/db_migrate
+++ b/
horde/bin/db_migrate
@@
-27,7
+27,7
@@
if (empty($args[0])) {
}
$app = $args[0];
-if (!in_array($app, $registry->listApps(array('inactive', 'hidden', 'notoolbar', 'admin', 'active')))) {
+if (!in_array($app, $registry->listApps(array('inactive', 'hidden', 'notoolbar', 'admin', 'active')
, false, null
))) {
$cli->fatal("$app is not a configured Horde application");
}