diff options
Diffstat (limited to 'includes/htmlform/fields/HTMLSelectOrOtherField.php')
-rw-r--r-- | includes/htmlform/fields/HTMLSelectOrOtherField.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/htmlform/fields/HTMLSelectOrOtherField.php b/includes/htmlform/fields/HTMLSelectOrOtherField.php index 7e70019a484b..ffb814babb6b 100644 --- a/includes/htmlform/fields/HTMLSelectOrOtherField.php +++ b/includes/htmlform/fields/HTMLSelectOrOtherField.php @@ -1,6 +1,7 @@ <?php use MediaWiki\Html\Html; +use MediaWiki\Request\WebRequest; /** * Select dropdown field, with an additional "other" textbox. |