From c8a65f837d4f3f5a858cc46b84d4ecfe43455c93 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 22 Feb 2012 00:36:31 +0000 Subject: [PATCH] Made getIRCActionText() public again...since the old LogPage still uses it, ugh --- includes/logging/LogFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/logging/LogFormatter.php b/includes/logging/LogFormatter.php index 798b9f7566..005cfd4e96 100644 --- a/includes/logging/LogFormatter.php +++ b/includes/logging/LogFormatter.php @@ -169,7 +169,7 @@ class LogFormatter { * @see getActionText() * @return string text */ - protected function getIRCActionText() { + public function getIRCActionText() { $this->plaintext = true; $text = $this->getActionText(); -- 2.20.1