Made getIRCActionText() public again...since the old LogPage still uses it, ugh
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 22 Feb 2012 00:36:31 +0000 (00:36 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 22 Feb 2012 00:36:31 +0000 (00:36 +0000)
includes/logging/LogFormatter.php

index 798b9f7..005cfd4 100644 (file)
@@ -169,7 +169,7 @@ class LogFormatter {
         * @see getActionText()
         * @return string text
         */
-       protected function getIRCActionText() {
+       public function getIRCActionText() {
                $this->plaintext = true;
                $text = $this->getActionText();