From: Sam Reed Date: Sun, 17 Oct 2010 18:51:00 +0000 (+0000) Subject: Followup r69904, make call to getRandomString static in Parser->unserialiseHalfParsed... X-Git-Tag: 1.31.0-rc.0~34464 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=44cf22acfceef413ee19c54b2455391f9aa79d1f;p=lhc%2Fweb%2Fwiklou.git Followup r69904, make call to getRandomString static in Parser->unserialiseHalfParsedText() --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index b6d755f6ba..3a71a55608 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -5256,7 +5256,7 @@ class Parser { */ function unserialiseHalfParsedText( $data, $intPrefix = null ) { if ( !$intPrefix ) { - $intPrefix = $this->getRandomString(); + $intPrefix = self::getRandomString(); } # First, extract the strip state.