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:
4b2a0c6
)
CRM-12759 employer not being added to Multisite group
author
eileen
<eileen@fuzion.co.nz>
Tue, 4 Jun 2013 00:56:00 +0000
(12:56 +1200)
committer
eileen
<eileen@fuzion.co.nz>
Tue, 4 Jun 2013 01:11:16 +0000
(13:11 +1200)
CRM/Contact/BAO/Contact/Utils.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/BAO/Contact/Utils.php
b/CRM/Contact/BAO/Contact/Utils.php
index 2f8c6a2a07151e36f52cc9772b0e5df020ac084f..0e1c12b9c6c2fac3e39725a5a026867949adca68 100644
(file)
--- a/
CRM/Contact/BAO/Contact/Utils.php
+++ b/
CRM/Contact/BAO/Contact/Utils.php
@@
-291,7
+291,7
@@
UNION
'contact_type' => 'Organization',
'organization_name' => trim($orgName[0]),
);
- $org = CRM_Contact_BAO_Contact::
add
($newOrg);
+ $org = CRM_Contact_BAO_Contact::
create
($newOrg);
$organizationId = $org->id;
}
}