Followup r69904 $self to self
authorSam Reed <reedy@users.mediawiki.org>
Sun, 25 Jul 2010 20:51:16 +0000 (20:51 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 25 Jul 2010 20:51:16 +0000 (20:51 +0000)
includes/parser/Parser.php

index b1e8b4f..1fb6d98 100644 (file)
@@ -212,7 +212,7 @@ class Parser {
                 */
                # $this->mUniqPrefix = "\x07UNIQ" . Parser::getRandomString();
                # Changed to \x7f to allow XML double-parsing -- TS
-               $this->mUniqPrefix = "\x7fUNIQ" . $self::getRandomString();
+               $this->mUniqPrefix = "\x7fUNIQ" . self::getRandomString();
 
 
                # Clear these on every parse, bug 4549