Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.4.beta
-
Fix Version/s: 3.4.0
-
Component/s: None
-
Labels:None
Description
I finally tracked down why deduping was spotty in the contact api. Look at lines 373-375:
if (isset($params['check_permission']))
Obviously this is not going to work. $fields['check_permission'] is a mistake, it's supposed to be $params['check_permission']