r77378 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77377‎ | r77378 | r77379 >
Date:23:38, 27 November 2010
Author:catrope
Status:ok
Tags:
Comment:
Fix stupidity in r77375
Modified paths:
  • /trunk/extensions/CodeReview/backend/CodeRevision.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/backend/CodeRevision.php
@@ -671,7 +671,7 @@
672672 $dbw = wfGetDB( DB_MASTER );
673673 $data = array();
674674 foreach ( array_unique( (array)$revs ) as $rev ) {
675 - if ( $rev > $this->getId() ) {
 675+ if ( $rev < $this->getId() ) {
676676 $data[] = array(
677677 'cf_repo_id' => $this->getRepoId(),
678678 'cf_from' => $this->getId(),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77375Fix bug in r77374 breaking follow-up registration for new revisions. Quick&di...catrope23:14, 27 November 2010

Status & tagging log