From a1789ddde42033f1b05cc4929491214ee6e79383 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 17 Dec 2015 09:15:42 +0100 Subject: Update to MediaWiki 1.26.0 --- includes/json/FormatJson.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/json') diff --git a/includes/json/FormatJson.php b/includes/json/FormatJson.php index 095811ff..f85ee920 100644 --- a/includes/json/FormatJson.php +++ b/includes/json/FormatJson.php @@ -380,7 +380,7 @@ class FormatJson { $inComment = false; $multiline = false; - for ($idx = 0; $idx < $maxLen; $idx++) { + for ( $idx = 0; $idx < $maxLen; $idx++ ) { switch ( $str[$idx] ) { case '"': $lookBehind = ( $idx - 1 >= 0 ) ? $str[$idx - 1] : ''; -- cgit v1.2.3-54-g00ecf