diff options
Diffstat (limited to 'includes/htmlform/fields/HTMLFormFieldCloner.php')
-rw-r--r-- | includes/htmlform/fields/HTMLFormFieldCloner.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/htmlform/fields/HTMLFormFieldCloner.php b/includes/htmlform/fields/HTMLFormFieldCloner.php index d1271f52f006..38a36ccf4a99 100644 --- a/includes/htmlform/fields/HTMLFormFieldCloner.php +++ b/includes/htmlform/fields/HTMLFormFieldCloner.php @@ -1,5 +1,7 @@ <?php +use MediaWiki\Request\DerivativeRequest; + /** * A container for HTMLFormFields that allows for multiple copies of the set of * fields to be displayed to and entered by the user. |