Customizations should be added in LocalSettings.php, not in DefaultSettings.php.
authorRotem Liss <rotem@users.mediawiki.org>
Sat, 4 Aug 2007 20:44:42 +0000 (20:44 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sat, 4 Aug 2007 20:44:42 +0000 (20:44 +0000)
includes/DefaultSettings.php

index a77c26d..6413cc1 100644 (file)
@@ -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
 #