Fix include path
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 19 Mar 2010 19:42:15 +0000 (13:42 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 19 Mar 2010 20:37:47 +0000 (14:37 -0600)
horde/bin/run_task

index 67e70e7..f5379ea 100755 (executable)
@@ -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();