Index: trunk/extensions/FlaggedRevs/FlaggedArticleView.php |
— | — | @@ -730,7 +730,7 @@ |
731 | 731 | protected function getRedirectHtml( $text ) { |
732 | 732 | $rTarget = $this->article->followRedirectText( $text ); |
733 | 733 | if ( $rTarget ) { |
734 | | - return $this->article->viewRedirect( $rTarget ); |
| 734 | + return $this->article->viewRedirect( array( $rTarget ) ); |
735 | 735 | } |
736 | 736 | return ''; |
737 | 737 | } |