From: Aaron Schulz Date: Tue, 30 Sep 2008 13:36:40 +0000 (+0000) Subject: And this was true... *sigh* X-Git-Tag: 1.31.0-rc.0~44989 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=860eb6bed839552c9af5c2323eaae5eeb559f38e;p=lhc%2Fweb%2Fwiklou.git And this was true... *sigh* --- diff --git a/includes/RecentChange.php b/includes/RecentChange.php index 2dd534e8bb..d88bc4a5ae 100644 --- a/includes/RecentChange.php +++ b/includes/RecentChange.php @@ -491,7 +491,7 @@ class RecentChange 'rc_comment' => $logComment, 'rc_this_oldid' => 0, 'rc_last_oldid' => 0, - 'rc_bot' => $user->isAllowed( 'bot' ) ? $wgRequest->getBool( 'bot', false ) : 0, + 'rc_bot' => $user->isAllowed( 'bot' ) ? $wgRequest->getBool( 'bot', true ) : 0, 'rc_moved_to_ns' => 0, 'rc_moved_to_title' => '', 'rc_ip' => $ip,