bug fix
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 31 Jan 2004 07:31:07 +0000 (07:31 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 31 Jan 2004 07:31:07 +0000 (07:31 +0000)
includes/RecentChange.php

index 6ec54e5..cf7ebf1 100644 (file)
@@ -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;