diff options
Diffstat (limited to 'includes/htmlform/fields/HTMLSelectNamespace.php')
-rw-r--r-- | includes/htmlform/fields/HTMLSelectNamespace.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/htmlform/fields/HTMLSelectNamespace.php b/includes/htmlform/fields/HTMLSelectNamespace.php index 2e07af6b703f..f13aa1777c9b 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 ) { |