From abb66e00ce7bd7717adacac42779502950b6f408 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 31 Jan 2004 07:31:07 +0000 Subject: [PATCH] bug fix --- includes/RecentChange.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1