Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1156,9 +1156,8 @@ |
1157 | 1157 | * // Sysops can disable other sysops in an emergency, and disable bots |
1158 | 1158 | * $wgRemoveGroups['sysop'] = array( 'sysop', 'bot' ); |
1159 | 1159 | */ |
1160 | | -$wgAddGroups = $wgRemoveGroups = array(); // Add customizations after this line |
| 1160 | +$wgAddGroups = $wgRemoveGroups = array(); |
1161 | 1161 | |
1162 | | - |
1163 | 1162 | # Proxy scanner settings |
1164 | 1163 | # |
1165 | 1164 | |