Index: trunk/extensions/ReplaceText/README |
— | — | @@ -38,6 +38,11 @@ |
39 | 39 | line to your 'LocalSettings.php' file: |
40 | 40 | |
41 | 41 | require_once( "$IP/extensions/ReplaceText/ReplaceText.php" ); |
| 42 | + |
| 43 | +In order to perform replacements, you must have the 'replacetext' permssion; |
| 44 | +if you are an administrator on your wiki, the easiest way to do this is to |
| 45 | +also add the following line: |
| 46 | + |
42 | 47 | $wgGroupPermissions['sysop']['replacetext'] = true; |
43 | 48 | |
44 | 49 | == Contact == |