Skip to content
Snippets Groups Projects
Commit f06c4974 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

notice fixes

parent 2e45ca42
Branches
Tags
No related merge requests found
......@@ -533,7 +533,7 @@ class CRM_UF_Form_Field extends CRM_Core_Form {
$name = NULL;
if (isset($params['field_name'][1])) {
if (isset($params['field_name'][1]) && isset($this->_selectFields[$params['field_name'][1]])) {
// we dont get a name for a html formatting element
$name = $this->_selectFields[$params['field_name'][1]];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment