r79701 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79700‎ | r79701 | r79702 >
Date:02:07, 6 January 2011
Author:kaldari
Status:deferred
Tags:
Comment:
removing unused centralnotice-translate rights group
Modified paths:
  • /trunk/extensions/CentralNotice/CentralNotice.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/CentralNotice.php
@@ -75,9 +75,7 @@
7676 $wgExtensionAliasesFiles['CentralNotice'] = $dir . 'CentralNotice.alias.php';
7777
7878 $wgAvailableRights[] = 'centralnotice-admin';
79 -$wgAvailableRights[] = 'centralnotice-translate';
8079 $wgGroupPermissions['sysop']['centralnotice-admin'] = true; // Only sysops can make change
81 -$wgGroupPermissions['sysop']['centralnotice-translate'] = true; // Only sysops can make change
8280
8381 function efCentralNoticeSetup() {
8482 global $wgHooks, $wgNoticeInfrastructure, $wgAutoloadClasses, $wgSpecialPages;

Follow-up revisions

RevisionCommit summaryAuthorDate
r79711Follow-up r79701: Remove now unused message too.raymond07:54, 6 January 2011

Status & tagging log