r112062: updated LogEntry publish() function too
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 21 Feb 2012 23:51:18 +0000 (23:51 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 21 Feb 2012 23:51:18 +0000 (23:51 +0000)
includes/logging/LogEntry.php

index ae6183f..327eb24 100644 (file)
@@ -462,14 +462,15 @@ class ManualLogEntry extends LogEntryBase {
                        $this->getTimestamp(),
                        $logpage,
                        $user,
-                       $formatter->getIRCActionText(), // Used for IRC feeds
+                       $formatter->getPlainActionText(),
                        $user->isAnon() ? $user->getName() : '',
                        $this->getType(),
                        $this->getSubtype(),
                        $this->getTarget(),
                        $this->getComment(),
                        serialize( (array) $this->getParameters() ),
-                       $newId
+                       $newId,
+                       $formatter->getIRCActionText() // Used for IRC feeds
                );
 
                if ( $to === 'rc' || $to === 'rcandudp' ) {