From ed8d9b345bb09d31a6450610c0cb69945d54f492 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Sat, 4 Aug 2007 20:44:42 +0000 Subject: [PATCH] Customizations should be added in LocalSettings.php, not in DefaultSettings.php. --- includes/DefaultSettings.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 # -- 2.20.1