Index: trunk/phase3/includes/HTMLForm.php |
— | — | @@ -581,7 +581,7 @@ |
582 | 582 | |
583 | 583 | function __construct( $params ) { |
584 | 584 | if (! array_key_exists('other', $params['options']) ) { |
585 | | - $params['options']['other'] = wfMsg( 'htmlform-selectorother-other' ); |
| 585 | + $params['options'][wfMsg( 'htmlform-selectorother-other' )] = 'other'; |
586 | 586 | } |
587 | 587 | |
588 | 588 | parent::__construct( $params ); |