From: Sam Reed Date: Sun, 25 Jul 2010 20:51:16 +0000 (+0000) Subject: Followup r69904 $self to self X-Git-Tag: 1.31.0-rc.0~35933 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=1a96bd4aa2cbfe9c732084387f4827064ae8ed29;p=lhc%2Fweb%2Fwiklou.git Followup r69904 $self to self --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index b1e8b4fa3d..1fb6d981b8 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -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