aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/fields/HTMLSelectNamespace.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/htmlform/fields/HTMLSelectNamespace.php')
-rw-r--r--includes/htmlform/fields/HTMLSelectNamespace.php1
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 ) {