From: Umherirrender Date: Mon, 25 Jun 2018 19:36:21 +0000 (+0200) Subject: Declare HTMLSelectNamespace::mAllValue X-Git-Tag: 1.34.0-rc.0~4956^2 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=bc1f596877178469dfb14435ca4dbb7bfbea9482;p=lhc%2Fweb%2Fwiklou.git Declare HTMLSelectNamespace::mAllValue It is protected, because some extension extends this class Change-Id: I576e9e7e843844433655b11b8847c9e3060ba8e9 --- 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 );