From: Tim Starling Date: Tue, 20 Jun 2006 09:38:14 +0000 (+0000) Subject: fixed minor bug X-Git-Tag: 1.31.0-rc.0~56732 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=044f563110f20ff4e3a9043d2bf11bfdf82da7ef;p=lhc%2Fweb%2Fwiklou.git fixed minor bug --- diff --git a/includes/RecentChange.php b/includes/RecentChange.php index cae6d76978..f320a47ac9 100644 --- a/includes/RecentChange.php +++ b/includes/RecentChange.php @@ -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(); }