Merge "install.php: Allow extensions and skins to be specified"
[lhc/web/wiklou.git] / includes / htmlform / fields / HTMLSelectNamespace.php
index f13aa17..7f74b3b 100644 (file)
@@ -3,6 +3,10 @@
  * Wrapper for Html::namespaceSelector to use in HTMLForm
  */
 class HTMLSelectNamespace extends HTMLFormField {
+
+       /** @var string|null */
+       protected $mAllValue;
+
        public function __construct( $params ) {
                parent::__construct( $params );