diff options
-rw-r--r-- | inc/parser/handler.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/parser/handler.php b/inc/parser/handler.php index 7a8fc9bc2..a5a79c2ae 100644 --- a/inc/parser/handler.php +++ b/inc/parser/handler.php @@ -39,6 +39,9 @@ class Doku_Handler { $B = & new Doku_Handler_Block(); $this->calls = $B->process($this->calls); } + + $evt = new event('HANDLER_FINALISED',$this); + $evt->advise(); array_unshift($this->calls,array('document_start',array(),0)); array_unshift($this->calls,array('meta',array($this->meta),0)); |