aboutsummaryrefslogtreecommitdiffstats
path: root/autoload.php
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2021-03-26 16:37:37 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2021-03-26 16:37:37 +0000
commitad9661c4b84f0ac4270c0f22e9a6fe8ea63dfa6b (patch)
treea0b4248525bc33127f158dc95c5acffcca1050e2 /autoload.php
parent41456132c2d443fcdbce7b5b73cdde4ddc0539ac (diff)
parentee93d068d2fff12ebd34f6b8aac050909ea3b0ab (diff)
downloadmediawikicore-ad9661c4b84f0ac4270c0f22e9a6fe8ea63dfa6b.tar.gz
mediawikicore-ad9661c4b84f0ac4270c0f22e9a6fe8ea63dfa6b.zip
Merge "Add HTMLTagMultiselectField"
Diffstat (limited to 'autoload.php')
-rw-r--r--autoload.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload.php b/autoload.php
index 199f0139ac00..b3e30686d039 100644
--- a/autoload.php
+++ b/autoload.php
@@ -611,6 +611,7 @@ $wgAutoloadLocalClasses = [
'HTMLSizeFilterField' => __DIR__ . '/includes/htmlform/fields/HTMLSizeFilterField.php',
'HTMLSubmitField' => __DIR__ . '/includes/htmlform/fields/HTMLSubmitField.php',
'HTMLTagFilter' => __DIR__ . '/includes/htmlform/fields/HTMLTagFilter.php',
+ 'HTMLTagMultiselectField' => __DIR__ . '/includes/htmlform/fields/HTMLTagMultiselectField.php',
'HTMLTextAreaField' => __DIR__ . '/includes/htmlform/fields/HTMLTextAreaField.php',
'HTMLTextField' => __DIR__ . '/includes/htmlform/fields/HTMLTextField.php',
'HTMLTextFieldWithButton' => __DIR__ . '/includes/htmlform/fields/HTMLTextFieldWithButton.php',