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

Merge pull request #1066 from eileenmcnaughton/master

e notice fix
parents 623d0430 882e0216
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