Index: trunk/extensions/ProofreadPage/ProofreadPage_body.php |
— | — | @@ -637,7 +637,7 @@ |
638 | 638 | * Add the pagequality category. |
639 | 639 | * @todo FIXME: display whether page has been proofread by the user or by someone else |
640 | 640 | */ |
641 | | - function pageQuality( $input, $args, &$parser ) { |
| 641 | + function pageQuality( $input, $args, $parser ) { |
642 | 642 | global $wgUser; |
643 | 643 | |
644 | 644 | $page_namespace = $this->page_namespace; |
— | — | @@ -732,7 +732,7 @@ |
733 | 733 | * Parser hook that includes a list of pages. |
734 | 734 | * parameters : index, from, to, header |
735 | 735 | */ |
736 | | - function renderPages( $input, $args, &$parser ) { |
| 736 | + function renderPages( $input, $args, $parser ) { |
737 | 737 | $page_namespace = $this->page_namespace; |
738 | 738 | $index_namespace = $this->index_namespace; |
739 | 739 | $index = $args['index']; |