Index: trunk/extensions/ReplaceText/ReplaceText.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | |
38 | 38 | // This extension uses its own permission type, 'replacetext' |
39 | 39 | $wgAvailableRights[] = 'replacetext'; |
40 | | -$wgGroupPermissions['bureaucrat']['replacetext'] = true; |
| 40 | +$wgGroupPermissions['sysop']['replacetext'] = true; |
41 | 41 | |
42 | 42 | $wgHooks['AdminLinks'][] = 'rtAddToAdminLinks'; |
43 | 43 | |