From: Aaron Schulz Date: Wed, 22 Feb 2012 00:36:31 +0000 (+0000) Subject: Made getIRCActionText() public again...since the old LogPage still uses it, ugh X-Git-Tag: 1.31.0-rc.0~24575 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=c8a65f837d4f3f5a858cc46b84d4ecfe43455c93;p=lhc%2Fweb%2Fwiklou.git Made getIRCActionText() public again...since the old LogPage still uses it, ugh --- 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();