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

Merge pull request #706 from kurund/reg-site

fixed regsite
parents ef1f86c5 67854446
Branches
Tags
No related merge requests found
......@@ -178,7 +178,7 @@ function _civicrm_regsite_civicrm_postProcess_Profile_RegSite(&$form) {
$dedupeParams = CRM_Dedupe_Finder::formatParams($orgContactParams, 'Individual');
$dedupeParams['check_permission'] = FALSE;
$dupeIDs = CRM_Dedupe_Finder::dupesByParams($dedupeParams, 'Individual', 'Strict');
$dupeIDs = CRM_Dedupe_Finder::dupesByParams($dedupeParams, 'Individual', 'Unsupervised');
$contactID = NULL;
if (is_array($dupeIDs) && !empty($dupeIDs)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment