From: Michael J. Rubinsky Date: Fri, 22 Jan 2010 16:34:39 +0000 (-0500) Subject: Need listAllApps() here as well X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7048034ca63677d28c68d4bd5facb56a44dc6347;p=horde.git Need listAllApps() here as well --- 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);