Index: trunk/extensions/CheckUser/CheckUser_body.php |
— | — | @@ -62,6 +62,9 @@ |
63 | 63 | |
64 | 64 | $this->doForm( $user, $reason, $checktype, $ip, $xff, $name ); |
65 | 65 | $this->showLog( $user ); |
| 66 | + |
| 67 | + if( !$wgRequest->wasPosted() ) |
| 68 | + return; |
66 | 69 | |
67 | 70 | if( $checktype=='subuserips' ) { |
68 | 71 | $this->doUserIPsRequest( $name, $reason ); |