From: eileen Date: Thu, 15 Apr 2021 19:37:48 +0000 (+1200) Subject: dev/core#2498 dedupe rule saving fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ffe055a3cc10b71194814146b71e3330ca3771c8;p=civicrm-core.git dev/core#2498 dedupe rule saving fix --- diff --git a/CRM/Contact/Form/DedupeRules.php b/CRM/Contact/Form/DedupeRules.php index 1d6d2eb507..176214de81 100644 --- a/CRM/Contact/Form/DedupeRules.php +++ b/CRM/Contact/Form/DedupeRules.php @@ -143,7 +143,6 @@ class CRM_Contact_Form_DedupeRules extends CRM_Admin_Form { if (!empty($fields["weight_$count"])) { $actualThreshold += $fields["weight_$count"]; } - break; } } if (empty($fields['threshold'])) {