X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2Ffields%2FHTMLSelectAndOtherField.php;h=9af60e5c22986c6cd375ca913c7357596a3c3cc8;hb=c8d361a38027ef5d808225b8a83f15417248aa67;hp=86e8e756558613735ef62d875ed841716ca0b03e;hpb=1dd2e07276e1deaf431ddb01c92111038f9e2cd6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/fields/HTMLSelectAndOtherField.php b/includes/htmlform/fields/HTMLSelectAndOtherField.php index 86e8e75655..9af60e5c22 100644 --- a/includes/htmlform/fields/HTMLSelectAndOtherField.php +++ b/includes/htmlform/fields/HTMLSelectAndOtherField.php @@ -125,7 +125,7 @@ class HTMLSelectAndOtherField extends HTMLSelectField { && $this->mParams['required'] !== false && $value[1] === '' ) { - return $this->msg( 'htmlform-required' )->parse(); + return $this->msg( 'htmlform-required' ); } return true;