-
-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a89208
commit c6d3b95
Showing
3 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
11 changes: 8 additions & 3 deletions
11
...dedupefinder/Civi/LegacyFinder/Finder.php → ...acydedupefinder/CRM/Dedupe/BAO/Finder.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,10 @@ | |
<compatibility> | ||
<ver>[civicrm.majorVersion]</ver> | ||
</compatibility> | ||
<tags> | ||
<tag>mgmt:hidden</tag> | ||
</tags> | ||
<comments>This adds backwards compatibility for dedupe hooks. If you do not need them you can improve dedupe performance by disabling this</comments> | ||
<mixins> | ||
<mixin>[email protected]</mixin> | ||
</mixins> | ||
<classloader> | ||
<psr0 prefix="CRM_" path="."/> | ||
<psr4 prefix="Civi\" path="Civi"/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters