projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
623d043
)
e-notice fix
author
eileen
<eileen@fuzion.co.nz>
Fri, 28 Jun 2013 10:42:39 +0000
(22:42 +1200)
committer
eileen
<eileen@fuzion.co.nz>
Fri, 28 Jun 2013 10:43:33 +0000
(22:43 +1200)
api/v3/CustomGroup.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/CustomGroup.php
b/api/v3/CustomGroup.php
index e5c06c3d003f219ce41c1fe264ebc260f19a7b74..3290b3a4fb3b4bbead621f8a7be26d93352c7862 100644
(file)
--- a/
api/v3/CustomGroup.php
+++ b/
api/v3/CustomGroup.php
@@
-63,7
+63,7
@@
* @access public
*/
function civicrm_api3_custom_group_create($params) {
- if (is_string($params['extends'])) {
+ if (is
set($params['extends']) && is
_string($params['extends'])) {
$extends = explode(",", $params['extends']);
unset($params['extends']);
$params['extends'] = $extends;