diff options
Diffstat (limited to 'inc/parser/parser.php')
-rw-r--r-- | inc/parser/parser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/parser.php b/inc/parser/parser.php index 687ae5170..23f2c13d7 100644 --- a/inc/parser/parser.php +++ b/inc/parser/parser.php @@ -76,7 +76,7 @@ class Doku_Parser { // Normalize CRs and pad doc $doc = "\n".str_replace("\r\n","\n",$doc)."\n"; $this->Lexer->parse($doc); - $this->Handler->__finalize(); + $this->Handler->_finalize(); return $this->Handler->calls; } else { return FALSE; |