From: Alexandre Emsenhuber Date: Sat, 23 Oct 2010 13:52:06 +0000 (+0000) Subject: Per Reedy, fix for r70274: forgot to change this X-Git-Tag: 1.31.0-rc.0~34378 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/%7B%24admin_url%7Dmembres/recherche.php?a=commitdiff_plain;h=787a0fa3af3dd169228341d5aa52893928426671;p=lhc%2Fweb%2Fwiklou.git Per Reedy, fix for r70274: forgot to change this --- diff --git a/includes/specials/SpecialBlockip.php b/includes/specials/SpecialBlockip.php index 2d2d0346c2..80616dd143 100644 --- a/includes/specials/SpecialBlockip.php +++ b/includes/specials/SpecialBlockip.php @@ -54,7 +54,7 @@ class IPBlockForm extends SpecialPage { # bug 15810: blocked admins should have limited access here if ( $wgUser->isBlocked() ) { - $status = IPBlockForm::checkUnblockSelf( $ipb->BlockAddress ); + $status = IPBlockForm::checkUnblockSelf( $this->BlockAddress ); if ( $status !== true ) { throw new ErrorPageError( 'badaccess', $status ); }