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