Skip to content

Commit 5de0eb8

Browse files
committed
Merge pull request civicrm#23 from rohankatkar/CRM-15846
CRM-15846
2 parents 60aeb14 + 4784bf1 commit 5de0eb8

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)