Index: trunk/extensions/ChangeAuthor/ChangeAuthor.php |
— | — | @@ -43,6 +43,9 @@ |
44 | 44 | $wgSpecialPages['ChangeAuthor'] = 'ChangeAuthor'; |
45 | 45 | $wgSpecialPageGroups['ChangeAuthor'] = 'pagetools'; |
46 | 46 | |
| 47 | +// Required permission to use Special:ChangeAuthor |
| 48 | +$wgAvailableRights[] = 'changeauthor'; |
| 49 | + |
47 | 50 | // Add new log type |
48 | 51 | $wgLogTypes[] = 'changeauth'; |
49 | 52 | $wgLogNames['changeauth'] = 'changeauthor-logpagename'; |