Index: trunk/extensions/FlaggedRevs/presentation/RevisionReviewFormGUI.php |
— | — | @@ -207,7 +207,7 @@ |
208 | 208 | if ( $this->refRev ) { |
209 | 209 | $priorId = $this->refRev->getId(); |
210 | 210 | if ( $priorId == $this->article->getStable() && $priorId != $this->rev->getId() ) { |
211 | | - if ( $this->rev->getText() != $this->refRev->getText() ) { |
| 211 | + if ( $this->rev->getRawText() != $this->refRev->getRawText() ) { |
212 | 212 | return $priorId; // left rev must be stable and right one newer |
213 | 213 | } |
214 | 214 | } |