From: Raimond Spekking Date: Sun, 25 Oct 2009 21:28:14 +0000 (+0000) Subject: Revert r58064: half done work committed by accident X-Git-Tag: 1.31.0-rc.0~39108 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=2ecdfe6dcbc52237a0dd3164742b2a064af12548;p=lhc%2Fweb%2Fwiklou.git Revert r58064: half done work committed by accident --- diff --git a/includes/specials/SpecialIpblocklist.php b/includes/specials/SpecialIpblocklist.php index 491c29b01c..c81ae49eea 100644 --- a/includes/specials/SpecialIpblocklist.php +++ b/includes/specials/SpecialIpblocklist.php @@ -311,13 +311,6 @@ class IPUnblockForm { $wgOut->addHTML( $this->searchForm() ); $wgOut->addWikiMsg( 'ipblocklist-empty' ); } - - $otherBlockLink = ''; - wfRunHooks( 'getBlockList', array( &$otherBlockLink, $this->ip ) ); - if( $otherBlockLink != '' ) { - $wgOut->addHTML( $otherBlockLink ); - } - } function searchForm() {