Index: trunk/phase3/includes/specials/SpecialBlockip.php |
— | — | @@ -108,7 +108,7 @@ |
109 | 109 | |
110 | 110 | $reasonDropDown = Xml::listDropDown( 'wpBlockReasonList', |
111 | 111 | wfMsgForContent( 'ipbreason-dropdown' ), |
112 | | - wfMsgForContent( 'ipbreasonotherlist' ), '', 'wpBlockDropDown', 4 ); |
| 112 | + wfMsgForContent( 'ipbreasonotherlist' ), $this->BlockReasonList, 'wpBlockDropDown', 4 ); |
113 | 113 | |
114 | 114 | global $wgStylePath, $wgStyleVersion; |
115 | 115 | $wgOut->addHTML( |