projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37c97de
)
Fix failure to render dedupe page
author
eileen
<emcnaughton@wikimedia.org>
Mon, 16 Apr 2018 00:20:37 +0000
(12:20 +1200)
committer
eileen
<emcnaughton@wikimedia.org>
Mon, 16 Apr 2018 03:19:25 +0000
(15:19 +1200)
CRM/Contact/Page/DedupeFind.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Page/DedupeFind.php
b/CRM/Contact/Page/DedupeFind.php
index 3eacb5f91d117dd1be2b19123c2d95dd4c962579..90beae0b95628be1783d00c6520628fe26dc3a18 100644
(file)
--- a/
CRM/Contact/Page/DedupeFind.php
+++ b/
CRM/Contact/Page/DedupeFind.php
@@
-145,7
+145,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);