summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/events.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/events.php b/inc/events.php
index 888b968b5..58ba4d5e4 100644
--- a/inc/events.php
+++ b/inc/events.php
@@ -171,7 +171,7 @@ class Doku_Event_Handler {
if (!empty($this->_hooks[$evt_name])) {
foreach ($this->_hooks[$evt_name] as $sequenced_hooks) {
foreach ($sequenced_hooks as $hook) {
- list($obj, $method, $param, $seq) = $hook;
+ list($obj, $method, $param) = $hook;
if (is_null($obj)) {
$method($event, $param);