X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2Ffields%2FHTMLSelectNamespace.php;h=f13aa1777c9b4314d10ba6686a136e0f75d5368c;hb=5049af1048c77b1ea6ab3193688d23a48ddf8df0;hp=230790dbeb10bd04bf82f72b0ad3e379d1156446;hpb=d7c4e65fddc7a737395cb1dbaedb4d51eff3cc43;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/fields/HTMLSelectNamespace.php b/includes/htmlform/fields/HTMLSelectNamespace.php index 230790dbeb..f13aa1777c 100644 --- a/includes/htmlform/fields/HTMLSelectNamespace.php +++ b/includes/htmlform/fields/HTMLSelectNamespace.php @@ -9,10 +9,9 @@ class HTMLSelectNamespace extends HTMLFormField { $this->mAllValue = array_key_exists( 'all', $params ) ? $params['all'] : 'all'; - } - function getInputHTML( $value ) { + public function getInputHTML( $value ) { return Html::namespaceSelector( [ 'selected' => $value,