From 7048034ca63677d28c68d4bd5facb56a44dc6347 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 22 Jan 2010 11:34:39 -0500 Subject: [PATCH] Need listAllApps() here as well --- horde/admin/setup/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/admin/setup/config.php b/horde/admin/setup/config.php index 18699d73d..8e03ea720 100644 --- 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->listApps(array('inactive', 'hidden', 'notoolbar', 'active', 'admin')))) { +if (empty($app) || !in_array($app, $registry->listAllApps())) { $notification->push(_("Invalid application."), 'horde.error'); $url = Horde::applicationUrl('admin/setup/index.php', true); header('Location: ' . $url); -- 2.11.0