From: Aaron Schulz Date: Mon, 22 Sep 2008 20:38:39 +0000 (+0000) Subject: Fill in blocklist from submit/url (bug 15611) X-Git-Tag: 1.31.0-rc.0~45134 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=13865eac4dea7bedfa6b709622a0158b8d3cbcdb;p=lhc%2Fweb%2Fwiklou.git Fill in blocklist from submit/url (bug 15611) --- diff --git a/includes/specials/SpecialBlockip.php b/includes/specials/SpecialBlockip.php index 422d804a6f..705c6d39ed 100644 --- a/includes/specials/SpecialBlockip.php +++ b/includes/specials/SpecialBlockip.php @@ -108,7 +108,7 @@ class IPBlockForm { $reasonDropDown = Xml::listDropDown( 'wpBlockReasonList', wfMsgForContent( 'ipbreason-dropdown' ), - wfMsgForContent( 'ipbreasonotherlist' ), '', 'wpBlockDropDown', 4 ); + wfMsgForContent( 'ipbreasonotherlist' ), $this->BlockReasonList, 'wpBlockDropDown', 4 ); global $wgStylePath, $wgStyleVersion; $wgOut->addHTML(