From 45f56e9170a4535ddd14986b0af22da538067389 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 19 Mar 2010 13:42:15 -0600 Subject: [PATCH] Fix include path --- horde/bin/run_task | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/bin/run_task b/horde/bin/run_task index 67e70e767..f5379eada 100755 --- a/horde/bin/run_task +++ b/horde/bin/run_task @@ -16,7 +16,7 @@ * @category Horde */ -require_once dirname(__FILE__) . '/lib/Application.php'; +require_once dirname(__FILE__) . '/../lib/Application.php'; Horde_Registry::appInit('horde', array('authentication' => 'none', 'cli' => true)); $c = new Console_Getopt(); -- 2.11.0