Index: trunk/extensions/CodeReview/backend/CodeRevision.php |
— | — | @@ -671,7 +671,7 @@ |
672 | 672 | $dbw = wfGetDB( DB_MASTER ); |
673 | 673 | $data = array(); |
674 | 674 | foreach ( array_unique( (array)$revs ) as $rev ) { |
675 | | - if ( $rev > $this->getId() ) { |
| 675 | + if ( $rev < $this->getId() ) { |
676 | 676 | $data[] = array( |
677 | 677 | 'cf_repo_id' => $this->getRepoId(), |
678 | 678 | 'cf_from' => $this->getId(), |