Index: trunk/phase3/includes/logging/LogPage.php |
— | — | @@ -478,7 +478,7 @@ |
479 | 479 | $formatter->setContext( $context ); |
480 | 480 | |
481 | 481 | $this->actionText = $formatter->getPlainActionText(); |
482 | | - $this->ircActionText = $formatter->getPlainActionText(); |
| 482 | + $this->ircActionText = $formatter->getIRCActionText(); |
483 | 483 | |
484 | 484 | return $this->saveContent(); |
485 | 485 | } |