aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/fields/HTMLTitlesMultiselectField.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/htmlform/fields/HTMLTitlesMultiselectField.php')
-rw-r--r--includes/htmlform/fields/HTMLTitlesMultiselectField.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/htmlform/fields/HTMLTitlesMultiselectField.php b/includes/htmlform/fields/HTMLTitlesMultiselectField.php
index 7b099ca0d0b4..1cfbd5fef75d 100644
--- a/includes/htmlform/fields/HTMLTitlesMultiselectField.php
+++ b/includes/htmlform/fields/HTMLTitlesMultiselectField.php
@@ -102,6 +102,9 @@ class HTMLTitlesMultiselectField extends HTMLTitleTextField {
if ( isset( $this->mParams['showMissing'] ) ) {
$params['showMissing'] = $this->mParams['showMissing'];
}
+ if ( isset( $this->mParams['excludeDynamicNamespaces'] ) ) {
+ $params['excludeDynamicNamespaces'] = $this->mParams['excludeDynamicNamespaces'];
+ }
if ( isset( $this->mParams['input'] ) ) {
$params['input'] = $this->mParams['input'];