X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2Ffields%2FHTMLSelectNamespace.php;h=7f74b3b20694d6a948b36b9b5847049f9c83bdd7;hb=86775668774111a000795eeea4a168bf988d0d56;hp=f13aa1777c9b4314d10ba6686a136e0f75d5368c;hpb=36915a096320d243e2253e18f74845ad9e235e0a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/fields/HTMLSelectNamespace.php b/includes/htmlform/fields/HTMLSelectNamespace.php index f13aa1777c..7f74b3b206 100644 --- a/includes/htmlform/fields/HTMLSelectNamespace.php +++ b/includes/htmlform/fields/HTMLSelectNamespace.php @@ -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 );