Cleanup references to old dedupe class names
[civicrm-core.git] / CRM / Member / Import / Form / MapField.php
index 4d341f98379df3a51e31c244d453ef366393140b..de1f18b1d7e83c1f845ec2e1df6bd0918094e8ba 100644 (file)
@@ -315,7 +315,7 @@ class CRM_Member_Import_Form_MapField extends CRM_Import_Form_MapField {
         'used' => 'Unsupervised',
         'contact_type' => $contactTypes[$contactTypeId],
       );
-      list($ruleFields, $threshold) = CRM_Dedupe_BAO_RuleGroup::dedupeRuleFieldsWeight($params);
+      list($ruleFields, $threshold) = CRM_Dedupe_BAO_DedupeRuleGroup::dedupeRuleFieldsWeight($params);
       $weightSum = 0;
       foreach ($importKeys as $key => $val) {
         if (array_key_exists($val, $ruleFields)) {