From 9893cfd2ac2db6654b17449f96ddb13ef3420de2 Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Mon, 9 Jan 2017 13:55:36 -0500 Subject: [PATCH] CRM-19847 - never redirect user to a snippet URL. --- CRM/Contact/Page/DedupeFind.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Contact/Page/DedupeFind.php b/CRM/Contact/Page/DedupeFind.php index 0ef04ac91a..ce63fe7cc6 100644 --- a/CRM/Contact/Page/DedupeFind.php +++ b/CRM/Contact/Page/DedupeFind.php @@ -155,6 +155,7 @@ class CRM_Contact_Page_DedupeFind extends CRM_Core_Page_Basic { if ($context == 'conflicts') { // if the current screen was intended to list only selected contacts, move back to full dupe list $urlQry['action'] = 'update'; + unset($urlQry['snippet']); CRM_Utils_System::redirect(CRM_Utils_System::url(CRM_Utils_System::currentPath(), $urlQry)); } if ($gid) { -- 2.25.1