From: Rotem Liss Date: Sun, 19 Apr 2009 20:30:37 +0000 (+0000) Subject: Follow-up to r49646: Untested fix for the problem that bots are now not hidden by... X-Git-Tag: 1.31.0-rc.0~42104 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=72083d481f260f6bb9209363c050b93816eabb2c;p=lhc%2Fweb%2Fwiklou.git Follow-up to r49646: Untested fix for the problem that bots are now not hidden by default in Special:Recentchanges. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2684ef5087..47ae300be7 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2444,6 +2444,7 @@ $wgDefaultUserOptions = array( 'rclimit' => 50, 'wllimit' => 250, 'hideminor' => 0, + 'rc_hidebots' => 1, 'hidepatrolled' => 0, 'newpageshidepatrolled' => 0, 'highlightbroken' => 1,