We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60aeb14 commit 4784bf1Copy full SHA for 4784bf1
site/elements/civicustomsearch.php
@@ -61,7 +61,7 @@ protected function getInput() {
61
$options[] = JHTML::_('select.option', $dao->value, $dao->description);
62
}
63
64
- return JHTML::_('select.genericlist', $options, $name, NULL, 'value', 'text', $dao->value);
+ return JHTML::_('select.genericlist', $options, $name, NULL, 'value', 'text', $this->value);
65
66
67
0 commit comments