summaryrefslogtreecommitdiff
path: root/inc/events.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/events.php')
-rw-r--r--inc/events.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/events.php b/inc/events.php
index 5caba5cff..b87bbadbc 100644
--- a/inc/events.php
+++ b/inc/events.php
@@ -6,7 +6,7 @@
* @author Christopher Smith <chris@jalakai.co.uk>
*/
-if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/');
+if(!defined('DOKU_INC')) define('DOKU_INC',fullpath(dirname(__FILE__).'/../').'/');
require_once(DOKU_INC.'inc/pluginutils.php');
class Doku_Event {