r25921 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25920‎ | r25921 | r25922 >
Date:18:21, 18 September 2007
Author:aaron
Status:old
Tags:
Comment:
*Check for submission, not sure where that was lost...
Modified paths:
  • /trunk/extensions/CheckUser/CheckUser_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CheckUser/CheckUser_body.php
@@ -62,6 +62,9 @@
6363
6464 $this->doForm( $user, $reason, $checktype, $ip, $xff, $name );
6565 $this->showLog( $user );
 66+
 67+ if( !$wgRequest->wasPosted() )
 68+ return;
6669
6770 if( $checktype=='subuserips' ) {
6871 $this->doUserIPsRequest( $name, $reason );

Status & tagging log