From: Niklas Laxström Date: Wed, 22 Feb 2012 19:01:02 +0000 (+0000) Subject: Followup, restore the irctext variable just in vase, ping r112132 X-Git-Tag: 1.31.0-rc.0~24567 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=51220faa74367fe9f856c9bd46c2b038aa01ce1a;p=lhc%2Fweb%2Fwiklou.git Followup, restore the irctext variable just in vase, ping r112132 --- diff --git a/includes/logging/LogFormatter.php b/includes/logging/LogFormatter.php index db67b09262..79ea6851cd 100644 --- a/includes/logging/LogFormatter.php +++ b/includes/logging/LogFormatter.php @@ -261,6 +261,7 @@ class LogFormatter { } $this->plaintext = false; + $this->irctext = false; return $text; }