From: Michael M Slusarz Date: Fri, 19 Mar 2010 19:42:15 +0000 (-0600) Subject: Fix include path X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=45f56e9170a4535ddd14986b0af22da538067389;p=horde.git Fix include path --- 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();