Index: trunk/phase3/includes/RecentChange.php |
— | — | @@ -491,7 +491,7 @@ |
492 | 492 | 'rc_comment' => $logComment, |
493 | 493 | 'rc_this_oldid' => 0, |
494 | 494 | 'rc_last_oldid' => 0, |
495 | | - 'rc_bot' => $user->isAllowed( 'bot' ) ? $wgRequest->getBool( 'bot', false ) : 0, |
| 495 | + 'rc_bot' => $user->isAllowed( 'bot' ) ? $wgRequest->getBool( 'bot', true ) : 0, |
496 | 496 | 'rc_moved_to_ns' => 0, |
497 | 497 | 'rc_moved_to_title' => '', |
498 | 498 | 'rc_ip' => $ip, |