Index: trunk/extensions/ReplaceText/README |
— | — | @@ -38,6 +38,7 @@ |
39 | 39 | line to your 'LocalSettings.php' file: |
40 | 40 | |
41 | 41 | require_once( "$IP/extensions/ReplaceText/ReplaceText.php" ); |
| 42 | + $wgGroupPermissions['sysop']['replacetext'] = true; |
42 | 43 | |
43 | 44 | == Contact == |
44 | 45 | |