From 7c0082d05a839afd4954e889fe52df0600d33306 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 10 May 2007 18:04:02 +0000 Subject: [PATCH] * Bah, these two aren't even used --- includes/SpecialIpblocklist.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/SpecialIpblocklist.php b/includes/SpecialIpblocklist.php index 16da46a386..c947cb515a 100644 --- a/includes/SpecialIpblocklist.php +++ b/includes/SpecialIpblocklist.php @@ -245,8 +245,6 @@ class IPUnblockForm { return Xml::tags( 'form', array( 'action' => $wgScript ), Xml::hidden( 'title', $wgTitle->getPrefixedDbKey() ) . - Xml::hidden( 'action', 'search' ) . - Xml::hidden( 'limit', $wgRequest->getText( 'limit' ) ) . Xml::input( 'ip', /*size*/ false, $this->ip ) . Xml::submitButton( wfMsg( 'ipblocklist-submit' ) ) ); -- 2.20.1