From: Rotem Liss Date: Sat, 4 Aug 2007 20:44:42 +0000 (+0000) Subject: Customizations should be added in LocalSettings.php, not in DefaultSettings.php. X-Git-Tag: 1.31.0-rc.0~51869 X-Git-Url: https://git.cyclocoop.org/?a=commitdiff_plain;h=ed8d9b345bb09d31a6450610c0cb69945d54f492;p=lhc%2Fweb%2Fwiklou.git Customizations should be added in LocalSettings.php, not in DefaultSettings.php. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a77c26d223..6413cc1eed 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1156,8 +1156,7 @@ $wgAutoConfirmCount = 0; * // Sysops can disable other sysops in an emergency, and disable bots * $wgRemoveGroups['sysop'] = array( 'sysop', 'bot' ); */ -$wgAddGroups = $wgRemoveGroups = array(); // Add customizations after this line - +$wgAddGroups = $wgRemoveGroups = array(); # Proxy scanner settings #