r51419 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51418‎ | r51419 | r51420 >
Date:16:48, 3 June 2009
Author:jan
Status:ok (Comments)
Tags:
Comment:
Add FIXME: the right patrolmarks is not used(there is only a $wgAvailableRights for it)
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php
@@ -275,6 +275,7 @@
276276 $wgAvailableRights[] = 'review';
277277 $wgAvailableRights[] = 'validate'; # Let some users set higher settings
278278 $wgAvailableRights[] = 'autoreview';
 279+# FIXME: patrolmarks is not used
279280 $wgAvailableRights[] = 'patrolmarks';
280281 $wgAvailableRights[] = 'unreviewedpages';
281282 $wgAvailableRights[] = 'movestable';

Comments

#Comment by Jan Luca (talk | contribs)   16:51, 3 June 2009

I forgot the bug number: bug 19067

Status & tagging log