From 13865eac4dea7bedfa6b709622a0158b8d3cbcdb Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 22 Sep 2008 20:38:39 +0000 Subject: [PATCH] Fill in blocklist from submit/url (bug 15611) --- includes/specials/SpecialBlockip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- 2.20.1