Index: trunk/phase3/includes/specials/SpecialBlockip.php |
— | — | @@ -46,7 +46,7 @@ |
47 | 47 | const HIDEUSER_CONTRIBLIMIT = 1000; |
48 | 48 | |
49 | 49 | public function __construct( $par ) { |
50 | | - global $wgRequest, $wgUser, $wgBlockAllowsUTEdit, $wgSysopEmailBans, $wgEnableUserEmail; |
| 50 | + global $wgRequest, $wgUser, $wgBlockAllowsUTEdit; |
51 | 51 | |
52 | 52 | $this->BlockAddress = $wgRequest->getVal( 'wpBlockAddress', $wgRequest->getVal( 'ip', $par ) ); |
53 | 53 | $this->BlockAddress = strtr( $this->BlockAddress, '_', ' ' ); |