Index: trunk/extensions/FlaggedRevs/FlaggedRevsPage_body.php |
— | — | @@ -875,7 +875,7 @@ |
876 | 876 | $this->override = intval( $wgRequest->getBool( 'override' ) ); |
877 | 877 | $this->comment = $wgRequest->getVal( 'wpReason' ); |
878 | 878 | |
879 | | - $this->showForm( $wgRequest ); |
| 879 | + $this->showForm(); |
880 | 880 | # Only 0 or 1 |
881 | 881 | if( $this->select && ($this->select !==0 && $this->select !==1) ) { |
882 | 882 | return; |
— | — | @@ -898,11 +898,11 @@ |
899 | 899 | if( $confirm ) { |
900 | 900 | $this->submit(); |
901 | 901 | } else { |
902 | | - $this->showSettings( $wgRequest ); |
| 902 | + $this->showSettings(); |
903 | 903 | } |
904 | 904 | } |
905 | 905 | |
906 | | - function showForm( $wgRequest ) { |
| 906 | + function showForm() { |
907 | 907 | global $wgOut, $wgTitle, $wgScript; |
908 | 908 | |
909 | 909 | $pageName = str_replace( '_', ' ', $this->target ); |