From 287656e64853c3ac1a470b03adb040a06e8f4299 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 18 Mar 2023 13:33:41 +1300 Subject: [PATCH] Make Finder::tableQuery private, after universe search --- CRM/Dedupe/BAO/DedupeRuleGroup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Dedupe/BAO/DedupeRuleGroup.php b/CRM/Dedupe/BAO/DedupeRuleGroup.php index e659dc1898..974692ac9a 100644 --- a/CRM/Dedupe/BAO/DedupeRuleGroup.php +++ b/CRM/Dedupe/BAO/DedupeRuleGroup.php @@ -139,7 +139,7 @@ class CRM_Dedupe_BAO_DedupeRuleGroup extends CRM_Dedupe_DAO_DedupeRuleGroup { * Return a set of SQL queries whose cummulative weights will mark matched * records for the RuleGroup::threasholdQuery() to retrieve. */ - public function tableQuery() { + private function tableQuery() { // make sure we've got a fetched dbrecord, not sure if this is enforced if (!$this->name == NULL || $this->is_reserved == NULL) { $this->find(TRUE); -- 2.25.1