From 860eb6bed839552c9af5c2323eaae5eeb559f38e Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 30 Sep 2008 13:36:40 +0000 Subject: [PATCH] And this was true... *sigh* --- includes/RecentChange.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.20.1