diff --git a/ext/setup/main.php b/ext/setup/main.php index aa82bc60..22229fe4 100644 --- a/ext/setup/main.php +++ b/ext/setup/main.php @@ -108,7 +108,7 @@ class SetupBlock extends Block { if(!is_null($label)) { $this->body .= ""; } - $html = ""; foreach($options as $optname => $optval) { if($optval == $current) $selected=" selected"; else $selected="";