Followup, restore the irctext variable just in vase, ping r112132
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 22 Feb 2012 19:01:02 +0000 (19:01 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 22 Feb 2012 19:01:02 +0000 (19:01 +0000)
includes/logging/LogFormatter.php

index db67b09..79ea685 100644 (file)
@@ -261,6 +261,7 @@ class LogFormatter {
                }
 
                $this->plaintext = false;
+               $this->irctext = false;
                return $text;
        }