Fix misleading comment for dupesInGroup()
authorJohn Kingsnorth <john@johnkingsnorth.co.uk>
Wed, 10 Oct 2018 14:55:12 +0000 (15:55 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Oct 2018 14:55:12 +0000 (15:55 +0100)
The function does also work with smart groups, so remove the comment that says otherwise.

CRM/Dedupe/Finder.php

index c6aa6cf306b75a9d19c708727586393f8a4fe0be..45689b9b2cb25c3aa76535d32e534d6ac5eb5561 100644 (file)
@@ -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.