r41165 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41164‎ | r41165 | r41166 >
Date:20:38, 22 September 2008
Author:aaron
Status:old
Tags:
Comment:
Fill in blocklist from submit/url (bug 15611)
Modified paths:
  • /trunk/phase3/includes/specials/SpecialBlockip.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialBlockip.php
@@ -108,7 +108,7 @@
109109
110110 $reasonDropDown = Xml::listDropDown( 'wpBlockReasonList',
111111 wfMsgForContent( 'ipbreason-dropdown' ),
112 - wfMsgForContent( 'ipbreasonotherlist' ), '', 'wpBlockDropDown', 4 );
 112+ wfMsgForContent( 'ipbreasonotherlist' ), $this->BlockReasonList, 'wpBlockDropDown', 4 );
113113
114114 global $wgStylePath, $wgStyleVersion;
115115 $wgOut->addHTML(