diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2013-10-16 22:06:51 +0100 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-10-16 22:06:51 +0100 |
commit | 53bfcb5964deda22607f47981b51d17e0f48d7ca (patch) | |
tree | 10cefdcaa9476a530b5afccbbd2161cf24ba4a4c /inc | |
parent | 443e135d59e9d227eec818dabf9ee64d7a73d474 (diff) | |
download | rpg-53bfcb5964deda22607f47981b51d17e0f48d7ca.tar.gz rpg-53bfcb5964deda22607f47981b51d17e0f48d7ca.tar.bz2 |
initialize $inParagraph before use
Diffstat (limited to 'inc')
-rw-r--r-- | inc/parser/handler.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/parser/handler.php b/inc/parser/handler.php index bb284136f..8ae991209 100644 --- a/inc/parser/handler.php +++ b/inc/parser/handler.php @@ -1432,6 +1432,7 @@ class Doku_Handler_Table { class Doku_Handler_Block { var $calls = array(); var $skipEol = false; + var $inParagraph = false; // Blocks these should not be inside paragraphs var $blockOpen = array( |