fixed minor bug
This commit is contained in:
parent
9daf444253
commit
044f563110
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue