Followup r69904, make call to getRandomString static in Parser->unserialiseHalfParsed...
authorSam Reed <reedy@users.mediawiki.org>
Sun, 17 Oct 2010 18:51:00 +0000 (18:51 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 17 Oct 2010 18:51:00 +0000 (18:51 +0000)
includes/parser/Parser.php

index b6d755f..3a71a55 100644 (file)
@@ -5256,7 +5256,7 @@ class Parser {
         */
        function unserialiseHalfParsedText( $data, $intPrefix = null ) {
                if ( !$intPrefix ) {
-                       $intPrefix = $this->getRandomString();
+                       $intPrefix = self::getRandomString();
                }
 
                # First, extract the strip state.