X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fhtmlform%2Ffields%2FHTMLSelectAndOtherField.php;h=05ab0bb3fa913520e41bec93e9391ea5cdce135b;hp=354432bb28c3bc1bd2e982dbdec5e1f47c2420c0;hb=a1ef77b2d80830fbcb617a83961d78cff9d6e384;hpb=bc2a500b8ec36c32f7451c1f7021e12c4a1da005 diff --git a/includes/htmlform/fields/HTMLSelectAndOtherField.php b/includes/htmlform/fields/HTMLSelectAndOtherField.php index 354432bb28..05ab0bb3fa 100644 --- a/includes/htmlform/fields/HTMLSelectAndOtherField.php +++ b/includes/htmlform/fields/HTMLSelectAndOtherField.php @@ -11,6 +11,9 @@ * @todo FIXME: If made 'required', only the text field should be compulsory. */ class HTMLSelectAndOtherField extends HTMLSelectField { + /** @var string[] */ + private $mFlatOptions; + public function __construct( $params ) { if ( array_key_exists( 'other', $params ) ) { // Do nothing