From: Max Semenik Date: Sat, 20 Jan 2018 00:36:52 +0000 (-0800) Subject: Fix variable name to match code X-Git-Tag: 1.31.0-rc.0~812^2~2 X-Git-Url: https://git.cyclocoop.org/?a=commitdiff_plain;h=b3f2e653c88f81184f2a3da8470dee5d9dff8f4c;p=lhc%2Fweb%2Fwiklou.git Fix variable name to match code Change-Id: Idb97c9c5379d2ba4f0874ceaffcf48870bdd682e --- 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