projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c6f616
)
Need listAllApps() here as well
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 22 Jan 2010 16:34:39 +0000
(11:34 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 22 Jan 2010 16:34:39 +0000
(11:34 -0500)
horde/admin/setup/config.php
patch
|
blob
|
history
diff --git
a/horde/admin/setup/config.php
b/horde/admin/setup/config.php
index
18699d7
..
8e03ea7
100644
(file)
--- a/
horde/admin/setup/config.php
+++ b/
horde/admin/setup/config.php
@@
-20,7
+20,7
@@
$app = Horde_Util::getFormData('app');
$appname = $registry->get('name', $app);
$title = sprintf(_("%s Setup"), $appname);
-if (empty($app) || !in_array($app, $registry->listA
pps(array('inactive', 'hidden', 'notoolbar', 'active', 'admin')
))) {
+if (empty($app) || !in_array($app, $registry->listA
llApps(
))) {
$notification->push(_("Invalid application."), 'horde.error');
$url = Horde::applicationUrl('admin/setup/index.php', true);
header('Location: ' . $url);