From: Niklas Laxström Date: Thu, 10 May 2007 18:04:02 +0000 (+0000) Subject: * Bah, these two aren't even used X-Git-Tag: 1.31.0-rc.0~52971 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=7c0082d05a839afd4954e889fe52df0600d33306;p=lhc%2Fweb%2Fwiklou.git * Bah, these two aren't even used --- 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' ) ) );