Index: branches/REL1_17/phase3/includes/specials/SpecialIpblocklist.php |
— | — | @@ -77,7 +77,7 @@ |
78 | 78 | $block = Block::newFromID( $this->id ); |
79 | 79 | $user = User::newFromName( $block->mAddress ); |
80 | 80 | } else { |
81 | | - $user = User::newFromName( $ip ); |
| 81 | + $user = User::newFromName( $this->ip ); |
82 | 82 | } |
83 | 83 | $status = IPBlockForm::checkUnblockSelf( $user ); |
84 | 84 | if ( $status !== true ) { |