From: Aaron Schulz Date: Tue, 21 Feb 2012 23:51:18 +0000 (+0000) Subject: r112062: updated LogEntry publish() function too X-Git-Tag: 1.31.0-rc.0~24578 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=689b261466eac40bf2c91a7cdaa6af26ac80390e;p=lhc%2Fweb%2Fwiklou.git r112062: updated LogEntry publish() function too --- diff --git a/includes/logging/LogEntry.php b/includes/logging/LogEntry.php index ae6183faaa..327eb24fcb 100644 --- a/includes/logging/LogEntry.php +++ b/includes/logging/LogEntry.php @@ -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' ) {