From 148f73788172c84f1a1e1e668c273cb2056bf307 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 8 Nov 2023 14:05:52 +1300 Subject: [PATCH] Update CRM/Profile/Selector/Listings.php Co-authored-by: colemanw --- CRM/Profile/Selector/Listings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Profile/Selector/Listings.php b/CRM/Profile/Selector/Listings.php index 48456b7846..87d04a9c81 100644 --- a/CRM/Profile/Selector/Listings.php +++ b/CRM/Profile/Selector/Listings.php @@ -598,7 +598,7 @@ class CRM_Profile_Selector_Listings extends CRM_Core_Selector_Base implements CR $typeId = substr($name, 0, -4) . "-website_type_id"; $typeName = CRM_Core_PseudoConstant::getLabel('CRM_Core_DAO_Website', 'website_type_id', $result->$typeId); if ($typeName) { - $row[] = "{$result->$name} ({$typeName})"; + $row[] = "{$result->$name} ($typeName)"; } else { $row[] = "{$result->$name}"; -- 2.25.1