Fix path.
authorJan Schneider <jan@horde.org>
Fri, 31 Jul 2009 09:46:52 +0000 (11:46 +0200)
committerJan Schneider <jan@horde.org>
Fri, 31 Jul 2009 09:46:52 +0000 (11:46 +0200)
kronolith/index.php

index df4512e..db97c72 100644 (file)
@@ -6,7 +6,7 @@
  * not receive such a file, see also http://www.fsf.org/copyleft/gpl.html.
  */
 
-require_once KRONOLITH_BASE . '/lib/base.php';
+require_once dirname(__FILE__) . '/lib/base.php';
 
 /* Load traditional interface? */
 if (!$prefs->getValue('dynamic_view') || !$browser->hasFeature('xmlhttpreq')) {