r112062: swap the getPlainActionText() for IRC with new getIRCActionText() function
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 21 Feb 2012 23:42:10 +0000 (23:42 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 21 Feb 2012 23:42:10 +0000 (23:42 +0000)
includes/logging/LogPage.php

index 53c9b23..fd440f4 100644 (file)
@@ -478,7 +478,7 @@ class LogPage {
                $formatter->setContext( $context );
 
                $this->actionText = $formatter->getPlainActionText();
-               $this->ircActionText = $formatter->getPlainActionText();
+               $this->ircActionText = $formatter->getIRCActionText();
 
                return $this->saveContent();
        }