r84583 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84582‎ | r84583 | r84584 >
Date:23:16, 22 March 2011
Author:krinkle
Status:ok (Comments)
Tags:
Comment:
Follow-up: r84582; re-doing accidental overwrite from 84469
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.class.php
@@ -1273,7 +1273,7 @@
12741274 ) );
12751275 $flaggedRevision->insertOn( $auto );
12761276 # Update the article review log
1277 - FlaggedRevsLogs::updateLog( $title,
 1277+ FlaggedRevsLogs::updateReviewLog( $title,
12781278 $flags, array(), '', $rev->getId(), $oldSvId, true, $auto );
12791279
12801280 # Update page and tracking tables and clear cache

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r84469* Make use of log_search table for review log...aaron18:37, 21 March 2011
r84582Refactor FlaggedRevs modules:...krinkle23:12, 22 March 2011

Comments

#Comment by Krinkle (talk | contribs)   23:17, 22 March 2011

Status & tagging log