diff options
author | chris <chris@jalakai.co.uk> | 2006-08-05 10:24:42 +0200 |
---|---|---|
committer | chris <chris@jalakai.co.uk> | 2006-08-05 10:24:42 +0200 |
commit | 4a26ad858528ca19c411f390a63b247673ba79fb (patch) | |
tree | 5c1d69139dae2c35ae654777c03b0519b1b05190 /inc/parser/handler.php | |
parent | 5587e44c45f200479ef9ab3bd8f0264647941483 (diff) | |
download | rpg-4a26ad858528ca19c411f390a63b247673ba79fb.tar.gz rpg-4a26ad858528ca19c411f390a63b247673ba79fb.tar.bz2 |
more unittest updates
darcs-hash:20060805082442-9b6ab-8447755da8c66c5cfc3ee0df0f8bb97375a2a1ff.gz
Diffstat (limited to 'inc/parser/handler.php')
-rw-r--r-- | inc/parser/handler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/handler.php b/inc/parser/handler.php index 612534eea..4b090b9ef 100644 --- a/inc/parser/handler.php +++ b/inc/parser/handler.php @@ -196,7 +196,7 @@ class Doku_Handler { case DOKU_LEXER_ENTER: $ReWriter = & new Doku_Handler_Nest($this->CallWriter,'footnote_close'); $this->CallWriter = & $ReWriter; - $this->_addCall('footnote_open', array($match), $pos); + $this->_addCall('footnote_open', array(), $pos); break; case DOKU_LEXER_EXIT: $this->_addCall('footnote_close', array(), $pos); |