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.
2 parents 4ec597c + 5c94f12 commit ceca9dbCopy full SHA for ceca9db
site/elements/civiprofiles.php
@@ -52,7 +52,7 @@ protected function getInput() {
52
require_once 'CRM/Core/Config.php';
53
$config = CRM_Core_Config::singleton();
54
55
- $ufGroups = CRM_Core_PseudoConstant::ufGroup();
+ $ufGroups = CRM_Core_PseudoConstant::get('CRM_Core_DAO_UFField', 'uf_group_id');
56
$options[] = JHTML::_('select.option', '', JText::_('- Select Profile -'));
57
foreach ($ufGroups as $key => $values) {
58
$options[] = JHTML::_('select.option', $key, $values);
0 commit comments