aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/fields/HTMLSelectAndOtherField.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/htmlform/fields/HTMLSelectAndOtherField.php')
-rw-r--r--includes/htmlform/fields/HTMLSelectAndOtherField.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/htmlform/fields/HTMLSelectAndOtherField.php b/includes/htmlform/fields/HTMLSelectAndOtherField.php
index 354432bb28c3..05ab0bb3fa91 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