Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -819,7 +819,7 @@ |
820 | 820 | return true; |
821 | 821 | } |
822 | 822 | |
823 | | - public static function injectReviewDiffURLParams( $article, &$extraq ) { |
| 823 | + public static function injectReviewDiffURLParams( $article, &$sectionanchor, &$extraq ) { |
824 | 824 | global $wgReviewChangesAfterEdit, $wgUser; |
825 | 825 | |
826 | 826 | if( !$wgReviewChangesAfterEdit || !$wgUser->isAllowed( 'review' ) ) |