From 2ecdfe6dcbc52237a0dd3164742b2a064af12548 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Sun, 25 Oct 2009 21:28:14 +0000 Subject: [PATCH] Revert r58064: half done work committed by accident --- includes/specials/SpecialIpblocklist.php | 7 ------- 1 file changed, 7 deletions(-) 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() { -- 2.20.1