fixed minor bug
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Jun 2006 09:38:14 +0000 (09:38 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Jun 2006 09:38:14 +0000 (09:38 +0000)
includes/RecentChange.php

index cae6d76..f320a47 100644 (file)
@@ -200,7 +200,7 @@ class RecentChange
                $oldId, $lastTimestamp, $bot = "default", $ip = '', $oldSize = 0, $newSize = 0,
                $newId = 0)
        {
-               if ( $bot == 'default ' ) {
+               if ( $bot == 'default' ) {
                        $bot = $user->isBot();
                }