r33254 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r33253‎ | r33254 | r33255 >
Date:18:17, 13 April 2008
Author:siebrand
Status:old
Tags:
Comment:
Revert 33252. Not longer needed.
Modified paths:
  • /trunk/extensions/CleanChanges/CleanChanges_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CleanChanges/CleanChanges_body.php
@@ -569,13 +569,4 @@
570570 }
571571 }
572572
573 - protected static function usePatrol() {
574 - global $wgUser, $wgUseRCPatrol;
575 - if ( is_callable(array($wgUser,'useRCPatrol')) ) {
576 - return $wgUser->useRCPatrol();
577 - } else {
578 - return $wgUseRCPatrol && ($wgUser->isAllowed('patrol') || $wgUser->isAllowed('patrolmarks'));
579 - }
580 - }
581 -
582573 }

Status & tagging log