Commit 27ebb566 authored by Jos Schellevis's avatar Jos Schellevis

Option field had an extra property which wasn't usefull (cleanup)

parent 29ed4da2
......@@ -78,7 +78,7 @@ class OptionField extends BaseField
} else {
$selected = 0;
}
$result[$optKey] = array("value"=>$optKey,"description" => $optValue, "selected" => $selected);
$result[$optKey] = array("value"=>$optValue, "selected" => $selected);
}
return $result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment