Skip to content
Snippets Groups Projects
Unverified Commit 91660d4e authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #21509 from JMAConsulting/core_2820

#2820: Deduping produces bad results after a rule change
parents c667c8c8 b51af516
Branches
Tags
No related merge requests found
......@@ -298,7 +298,7 @@ UPDATE civicrm_dedupe_rule_group
//need to clear cache of deduped contacts
//based on the previous rule
$cacheKey = "merge {$this->_contactType}_{$this->_rgid}_%";
$cacheKey = "merge_{$this->_contactType}_{$this->_rgid}_%";
CRM_Core_BAO_PrevNextCache::deleteItem(NULL, $cacheKey);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment