Skip to content
Snippets Groups Projects
Commit 882e0216 authored by eileen's avatar eileen
Browse files

e-notice fix

parent 623d0430
Branches
Tags
No related merge requests found
......@@ -63,7 +63,7 @@
* @access public
*/
function civicrm_api3_custom_group_create($params) {
if (is_string($params['extends'])) {
if (isset($params['extends']) && is_string($params['extends'])) {
$extends = explode(",", $params['extends']);
unset($params['extends']);
$params['extends'] = $extends;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment