Index: trunk/phase3/includes/specials/SpecialIpblocklist.php |
— | — | @@ -73,7 +73,7 @@ |
74 | 74 | } else { |
75 | 75 | $user = User::newFromName( $ip ); |
76 | 76 | } |
77 | | - $status = self::checkUnblockSelf( $user ); |
| 77 | + $status = IPBlockForm::checkUnblockSelf( $user ); |
78 | 78 | if ( $status !== true ) { |
79 | 79 | throw new ErrorPageError( 'badaccess', $status ); |
80 | 80 | } |
— | — | @@ -233,7 +233,7 @@ |
234 | 234 | |
235 | 235 | # Unset _deleted fields as needed |
236 | 236 | if( $block->mHideName ) { |
237 | | - self::unsuppressUserName( $block->mAddress, $block->mUser ); |
| 237 | + IPBlockForm::unsuppressUserName( $block->mAddress, $block->mUser ); |
238 | 238 | } |
239 | 239 | |
240 | 240 | # Make log entry |