Index: trunk/phase3/includes/logging/LogEntry.php |
— | — | @@ -462,14 +462,15 @@ |
463 | 463 | $this->getTimestamp(), |
464 | 464 | $logpage, |
465 | 465 | $user, |
466 | | - $formatter->getIRCActionText(), // Used for IRC feeds |
| 466 | + $formatter->getPlainActionText(), |
467 | 467 | $user->isAnon() ? $user->getName() : '', |
468 | 468 | $this->getType(), |
469 | 469 | $this->getSubtype(), |
470 | 470 | $this->getTarget(), |
471 | 471 | $this->getComment(), |
472 | 472 | serialize( (array) $this->getParameters() ), |
473 | | - $newId |
| 473 | + $newId, |
| 474 | + $formatter->getIRCActionText() // Used for IRC feeds |
474 | 475 | ); |
475 | 476 | |
476 | 477 | if ( $to === 'rc' || $to === 'rcandudp' ) { |