Skip to content

Commit

Permalink
dev/core#2498 dedupe rule saving fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton authored and seamuslee001 committed Apr 16, 2021
1 parent 883ccaf commit b121292
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRM/Contact/Form/DedupeRules.php
Expand Up @@ -143,7 +143,6 @@ public static function formRule($fields, $files, $self) {
if (!empty($fields["weight_$count"])) {
$actualThreshold += $fields["weight_$count"];
}
break;
}
}
if (empty($fields['threshold'])) {
Expand Down

0 comments on commit b121292

Please sign in to comment.