From 329840edac8bc292cb34ddcbc976fc0659ba9d22 Mon Sep 17 00:00:00 2001 From: John Kingsnorth Date: Wed, 10 Oct 2018 15:55:12 +0100 Subject: [PATCH] Fix misleading comment for dupesInGroup() The function does also work with smart groups, so remove the comment that says otherwise. --- CRM/Dedupe/Finder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Dedupe/Finder.php b/CRM/Dedupe/Finder.php index c6aa6cf306..45689b9b2c 100644 --- a/CRM/Dedupe/Finder.php +++ b/CRM/Dedupe/Finder.php @@ -170,7 +170,7 @@ class CRM_Dedupe_Finder { * @param int $rgid * Rule group id. * @param int $gid - * Contact group id (currently, works only with non-smart groups). + * Contact group id. * * @param int $searchLimit * Limit for the number of contacts to be used for comparison. -- 2.25.1