From aefb1436450215904b7408849a0c9b72120b6ad9 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 21 Feb 2012 23:42:10 +0000 Subject: [PATCH] r112062: swap the getPlainActionText() for IRC with new getIRCActionText() function --- includes/logging/LogPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/logging/LogPage.php b/includes/logging/LogPage.php index 53c9b237fa..fd440f49a9 100644 --- a/includes/logging/LogPage.php +++ b/includes/logging/LogPage.php @@ -478,7 +478,7 @@ class LogPage { $formatter->setContext( $context ); $this->actionText = $formatter->getPlainActionText(); - $this->ircActionText = $formatter->getPlainActionText(); + $this->ircActionText = $formatter->getIRCActionText(); return $this->saveContent(); } -- 2.20.1