Skip to content
Snippets Groups Projects
Commit 0027d9a6 authored by eileen's avatar eileen Committed by Kevin Cristiano
Browse files

Fix failure to render dedupe page

parent 97d8865b
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ class CRM_Contact_Page_DedupeFind extends CRM_Core_Page_Basic {
$urlQry['selected'] = 1;
}
$this->assign('sourceUrl', CRM_Utils_System::url('civicrm/ajax/dedupefind', $urlQry));
$this->assign('sourceUrl', CRM_Utils_System::url('civicrm/ajax/dedupefind', $urlQry, FALSE, NULL, FALSE));
//reload from cache table
$cacheKeyString = CRM_Dedupe_Merger::getMergeCacheKeyString($rgid, $gid, $criteria);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment