From b3f2e653c88f81184f2a3da8470dee5d9dff8f4c Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Fri, 19 Jan 2018 16:36:52 -0800 Subject: [PATCH] Fix variable name to match code Change-Id: Idb97c9c5379d2ba4f0874ceaffcf48870bdd682e --- includes/parser/BlockLevelPass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/parser/BlockLevelPass.php b/includes/parser/BlockLevelPass.php index 761d5be89b..8cf8f859b9 100644 --- a/includes/parser/BlockLevelPass.php +++ b/includes/parser/BlockLevelPass.php @@ -26,7 +26,7 @@ class BlockLevelPass { private $DTopen = false; private $inPre = false; private $lastSection = ''; - private $linestart; + private $lineStart; private $text; # State constants for the definition list colon extraction -- 2.20.1