Index: trunk/extensions/FlaggedRevs/specialpages/Stabilization_body.php |
— | — | @@ -373,7 +373,7 @@ |
374 | 374 | # Take the user to the diff to make sure an outdated version isn't |
375 | 375 | # being set at the default. This is really an issue with configs |
376 | 376 | # that only let certain pages be reviewed. |
377 | | - if( $this->select == FLAGGED_VIS_NORMAL ) { |
| 377 | + if( $this->select != FLAGGED_VIS_LATEST ) { |
378 | 378 | $frev = FlaggedRevision::newFromStable( $this->page, FR_MASTER ); |
379 | 379 | if( $frev && $frev->getRevId() != $latest ) { |
380 | 380 | $query = "oldid={$frev->getRevId()}&diff=cur&diffonly=0"; // override diff-only |