projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc82ad3
)
Fix path to base.load.php
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 10 Jun 2009 16:43:01 +0000
(12:43 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 10 Jun 2009 16:43:01 +0000
(12:43 -0400)
kronolith/ajax.php
patch
|
blob
|
history
diff --git
a/kronolith/ajax.php
b/kronolith/ajax.php
index
ef9b2cf
..
5df5c78
100644
(file)
--- a/
kronolith/ajax.php
+++ b/
kronolith/ajax.php
@@
-72,7
+72,7
@@
function saveEvent($event)
}
// Need to load Horde_Util:: to give us access to Horde_Util::getPathInfo().
-require_once dirname(__FILE__) . '/base.load.php';
+require_once dirname(__FILE__) . '/
lib/
base.load.php';
require_once HORDE_BASE . '/lib/core.php';
$action = basename(Horde_Util::getPathInfo());
if (empty($action)) {