r75232 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75231‎ | r75232 | r75233 >
Date:13:52, 23 October 2010
Author:ialex
Status:ok
Tags:
Comment:
Per Reedy, fix for r70274: forgot to change this
Modified paths:
  • /trunk/phase3/includes/specials/SpecialBlockip.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialBlockip.php
@@ -54,7 +54,7 @@
5555
5656 # bug 15810: blocked admins should have limited access here
5757 if ( $wgUser->isBlocked() ) {
58 - $status = IPBlockForm::checkUnblockSelf( $ipb->BlockAddress );
 58+ $status = IPBlockForm::checkUnblockSelf( $this->BlockAddress );
5959 if ( $status !== true ) {
6060 throw new ErrorPageError( 'badaccess', $status );
6161 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70274* Modified Special:Blockip to subclass SpecialPageialex12:14, 1 August 2010

Status & tagging log