X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fhtmlform%2Ffields%2FHTMLAutoCompleteSelectField.php;h=63e77cec9d32926eb67b074cb18262279eedec4f;hp=b0890c6778d50c5d8f2ed68ddc1228a8d427e04c;hb=ff70e103def9601f40836cbd9022e1267200510e;hpb=8f0a0ce08563a55d76efa2e969dce536bdf1dfec diff --git a/includes/htmlform/fields/HTMLAutoCompleteSelectField.php b/includes/htmlform/fields/HTMLAutoCompleteSelectField.php index b0890c6778..63e77cec9d 100644 --- a/includes/htmlform/fields/HTMLAutoCompleteSelectField.php +++ b/includes/htmlform/fields/HTMLAutoCompleteSelectField.php @@ -114,7 +114,7 @@ class HTMLAutoCompleteSelectField extends HTMLTextField { } elseif ( in_array( strval( $value ), $this->autocompleteData, true ) ) { return true; } elseif ( $this->mParams['require-match'] ) { - return $this->msg( 'htmlform-select-badoption' )->parse(); + return $this->msg( 'htmlform-select-badoption' ); } return true;