This file contains hidden or 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
diff --git a/CRM/Contact/Selector.php b/CRM/Contact/Selector.php | |
index 295c569..4fa9637 100644 | |
--- a/CRM/Contact/Selector.php | |
+++ b/CRM/Contact/Selector.php | |
@@ -427,14 +427,14 @@ class CRM_Contact_Selector extends CRM_Core_Selector_Base implements CRM_Core_Se | |
'email', | |
))) { | |
if ($type) { | |
- $name = "`$locationTypeName-$fieldName-$type`"; | |
+ $name = "$locationTypeName-$fieldName-$type"; |