Revert r58064: half done work committed by accident
authorRaimond Spekking <raymond@users.mediawiki.org>
Sun, 25 Oct 2009 21:28:14 +0000 (21:28 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Sun, 25 Oct 2009 21:28:14 +0000 (21:28 +0000)
includes/specials/SpecialIpblocklist.php

index 491c29b..c81ae49 100644 (file)
@@ -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() {