From: Tim Starling Date: Sat, 31 Jan 2004 07:31:07 +0000 (+0000) Subject: bug fix X-Git-Tag: 1.3.0beta1~1053 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=abb66e00ce7bd7717adacac42779502950b6f408;p=lhc%2Fweb%2Fwiklou.git bug fix --- diff --git a/includes/RecentChange.php b/includes/RecentChange.php index 6ec54e52ff..cf7ebf19bc 100644 --- a/includes/RecentChange.php +++ b/includes/RecentChange.php @@ -163,7 +163,7 @@ class RecentChange # Note: the title object must be loaded with the new id using resetArticleID() /*static*/ function notifyNew( $timestamp, &$title, $minor, &$user, $comment, $bot = "default" ) { - if ( $bot == "default " ) { + if ( $bot == "default" ) { $bot = $user->isBot(); } $rc = new RecentChange;