Index: trunk/extensions/FlaggedRevs/specialpages/RevisionReview_body.php |
— | — | @@ -407,7 +407,7 @@ |
408 | 408 | $frev = FlaggedRevision::newFromTitle( $this->page, $this->oldid ); |
409 | 409 | # If we can't find this flagged rev, return to page??? |
410 | 410 | if( is_null($frev) ) { |
411 | | - return array($approved,false); |
| 411 | + return array($approved,true); |
412 | 412 | } |
413 | 413 | $status = $this->unapproveRevision( $frev ); |
414 | 414 | } |