summaryrefslogtreecommitdiff
path: root/inc/events.php
diff options
context:
space:
mode:
authorMichael Klier <chi@chimeric.de>2010-03-26 11:43:35 +0100
committerMichael Klier <chi@chimeric.de>2010-03-26 11:43:35 +0100
commitf1986589078b5e2e3aecc37d8f28b03caa3b8c17 (patch)
tree6f5562e108681bff91e3f44cb4219f8032b51a28 /inc/events.php
parent229529655f061863ec76db9ea557fef8b1a5161b (diff)
downloadrpg-f1986589078b5e2e3aecc37d8f28b03caa3b8c17.tar.gz
rpg-f1986589078b5e2e3aecc37d8f28b03caa3b8c17.tar.bz2
moved plugincontroller and event handler creation to init.php
Diffstat (limited to 'inc/events.php')
-rw-r--r--inc/events.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/events.php b/inc/events.php
index 1c82af003..621cb64c1 100644
--- a/inc/events.php
+++ b/inc/events.php
@@ -195,7 +195,3 @@ function trigger_event($name, &$data, $action=null, $canPreventDefault=true) {
$evt = new Doku_Event($name, $data);
return $evt->trigger($action, $canPreventDefault);
}
-
-// create the event handler
-global $EVENT_HANDLER;
-$EVENT_HANDLER = new Doku_Event_Handler();