Index: trunk/extensions/CentralNotice/CentralNotice.php |
— | — | @@ -75,9 +75,7 @@ |
76 | 76 | $wgExtensionAliasesFiles['CentralNotice'] = $dir . 'CentralNotice.alias.php'; |
77 | 77 | |
78 | 78 | $wgAvailableRights[] = 'centralnotice-admin'; |
79 | | -$wgAvailableRights[] = 'centralnotice-translate'; |
80 | 79 | $wgGroupPermissions['sysop']['centralnotice-admin'] = true; // Only sysops can make change |
81 | | -$wgGroupPermissions['sysop']['centralnotice-translate'] = true; // Only sysops can make change |
82 | 80 | |
83 | 81 | function efCentralNoticeSetup() { |
84 | 82 | global $wgHooks, $wgNoticeInfrastructure, $wgAutoloadClasses, $wgSpecialPages; |