r114387 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114386‎ | r114387 | r114388 >
Date:18:18, 21 March 2012
Author:emsmith
Status:ok
Tags:
Comment:
bug 35254 - typo
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/api/ApiViewActivityArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/api/ApiViewActivityArticleFeedbackv5.php
@@ -248,7 +248,7 @@
249249 // get afv5 log items PLUS suppress log
250250 if ( $wgUser->isAllowed( 'aftv5-delete-feedback' ) ) {
251251 $where = array (
252 - 0 => "FOO (log_type = 'articlefeedbackv5')
 252+ 0 => "(log_type = 'articlefeedbackv5')
253253 OR (log_type = 'suppress' AND
254254 (log_action = 'oversight' OR
255255 log_action = 'unoversight' OR

Follow-up revisions

RevisionCommit summaryAuthorDate
r1143881.19wmf1: Update ArticleFeedbackv5 to trunk state to pick up r114386 and r114387catrope18:28, 21 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114194bug 35254 - oversight items (request and unrequest oversight, decline oversig...emsmith21:42, 19 March 2012
r114386bug 35254 - bugfix for bugfix - make sure if the user has oversight (aftv5 de...emsmith18:16, 21 March 2012

Status & tagging log