Skip to content

Commit 4784bf1

Browse files
committed
CRM-15846
1 parent 60aeb14 commit 4784bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/elements/civicustomsearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected function getInput() {
6161
$options[] = JHTML::_('select.option', $dao->value, $dao->description);
6262
}
6363

64-
return JHTML::_('select.genericlist', $options, $name, NULL, 'value', 'text', $dao->value);
64+
return JHTML::_('select.genericlist', $options, $name, NULL, 'value', 'text', $this->value);
6565
}
6666
}
6767

0 commit comments

Comments
 (0)