Skip to content
Snippets Groups Projects
Commit 53bfcb59 authored by Christopher Smith's avatar Christopher Smith
Browse files

initialize $inParagraph before use

parent 443e135d
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment