Skip to content

Commit 8959cc7

Browse files
[fix] combo_connector.php, selected option
1 parent e8adb5a commit 8959cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebase/combo_connector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function select(){
2525
function to_xml_start(){
2626
if ($this->skip) return "";
2727

28-
return "<option ".($this->selected?"selected='true'":"")."value='".$this->get_id()."'><![CDATA[".$this->data[$this->config->text[0]["name"]]."]]>";
28+
return "<option ".($this->selected?"selected='true' ":"")."value='".$this->get_id()."'><![CDATA[".$this->data[$this->config->text[0]["name"]]."]]>";
2929
}
3030
/*! return self as XML string, ending part
3131
*/

0 commit comments

Comments
 (0)