From: Jan Schneider Date: Thu, 4 Feb 2010 16:52:07 +0000 (+0100) Subject: We only want real applications. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=242acc9bf080088f01bfb84ef5ae66ab2efba642;p=horde.git We only want real applications. --- diff --git a/horde/bin/db_migrate b/horde/bin/db_migrate index 15d1b0409..f40506432 100755 --- a/horde/bin/db_migrate +++ b/horde/bin/db_migrate @@ -23,7 +23,7 @@ if (empty($args[0])) { $cli->fatal("An application argument is required"); } $app = $args[0]; -if (!in_array($app, $GLOBALS['registry']->listApps('inactive', 'hidden', 'notoolbar', 'heading', 'block', 'admin', 'active'))) { +if (!in_array($app, $GLOBALS['registry']->listApps('inactive', 'hidden', 'notoolbar', 'admin', 'active'))) { $cli->fatal("$app is not a configured Horde application"); } $action = 'up';