From: Siebrand Mazeland Date: Thu, 7 Nov 2013 22:05:55 +0000 (+0100) Subject: Set visibility for class property of RegexlikeReplacer X-Git-Tag: 1.31.0-rc.0~18231^2 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=e304842ff2f0a5c45f15e8993b57744cf5091ca7;p=lhc%2Fweb%2Fwiklou.git Set visibility for class property of RegexlikeReplacer Only used in StringUtils::delimiterReplace(). Search core and 600+ extensions. Change-Id: Ibbf0edd1143f7bd2dc39e9ad913d1e4a38f60dfc --- diff --git a/includes/utils/StringUtils.php b/includes/utils/StringUtils.php index 5f19e1cb36..9cd3d3f760 100644 --- a/includes/utils/StringUtils.php +++ b/includes/utils/StringUtils.php @@ -333,7 +333,7 @@ class Replacer { * Class to replace regex matches with a string similar to that used in preg_replace() */ class RegexlikeReplacer extends Replacer { - var $r; + private $r; /** * @param string $r