fixed minor bug

This commit is contained in:
Tim Starling 2006-06-20 09:38:14 +00:00
parent 9daf444253
commit 044f563110

View 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();
}