From 53bfcb5964deda22607f47981b51d17e0f48d7ca Mon Sep 17 00:00:00 2001
From: Christopher Smith <chris@jalakai.co.uk>
Date: Wed, 16 Oct 2013 22:06:51 +0100
Subject: [PATCH] initialize $inParagraph before use

---
 inc/parser/handler.php | 1 +
 1 file changed, 1 insertion(+)

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(
-- 
GitLab