projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fda725b
)
Fix include path
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 19 Mar 2010 19:42:15 +0000
(13:42 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 19 Mar 2010 20:37:47 +0000
(14:37 -0600)
horde/bin/run_task
patch
|
blob
|
history
diff --git
a/horde/bin/run_task
b/horde/bin/run_task
index
67e70e7
..
f5379ea
100755
(executable)
--- 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();