Follow-up to r49646: Untested fix for the problem that bots are now not hidden by...
authorRotem Liss <rotem@users.mediawiki.org>
Sun, 19 Apr 2009 20:30:37 +0000 (20:30 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sun, 19 Apr 2009 20:30:37 +0000 (20:30 +0000)
includes/DefaultSettings.php

index 2684ef5..47ae300 100644 (file)
@@ -2444,6 +2444,7 @@ $wgDefaultUserOptions = array(
        'rclimit'                 => 50,
        'wllimit'                 => 250,
        'hideminor'               => 0,
+       'rc_hidebots'             => 1,
        'hidepatrolled'           => 0,
        'newpageshidepatrolled'   => 0,
        'highlightbroken'         => 1,