From 68607539963b8d05e79ae8ab151524881705f19d Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 29 Jun 2011 22:37:11 +0000 Subject: [PATCH] Follow up r91072. This is indeed not needed. --- includes/Xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Xml.php b/includes/Xml.php index ae7d2e4de6..45ee87207b 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -863,7 +863,7 @@ class XmlSelect { public function addOption( $name, $value = false ) { // Stab stab stab $value = ($value !== false) ? $value : $name; - $this->options[] = array( $name => $value ); //Xml::option( $name, $value, $value === $this->default ); + $this->options[] = array( $name => $value ); } /** -- 2.20.1