From 242acc9bf080088f01bfb84ef5ae66ab2efba642 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 4 Feb 2010 17:52:07 +0100 Subject: [PATCH] We only want real applications. --- horde/bin/db_migrate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.11.0