projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e9ac4
)
Fix typo.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 23 Jun 2009 20:36:52 +0000
(14:36 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 23 Jun 2009 23:45:17 +0000
(17:45 -0600)
kronolith/test.php
patch
|
blob
|
history
diff --git
a/kronolith/test.php
b/kronolith/test.php
index
5f6ae40
..
1d51f97
100644
(file)
--- a/
kronolith/test.php
+++ b/
kronolith/test.php
@@
-20,7
+20,7
@@
require_once HORDE_BASE . '/lib/Test.php';
$horde_test = new Horde_Test;
$module = 'Kronolith';
-require_once KRONOLITH_
DIR
. '/lib/version.php';
+require_once KRONOLITH_
BASE
. '/lib/version.php';
$module_version = KRONOLITH_VERSION;
require TEST_TEMPLATES . 'header.inc';