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:
5708c32
)
Update CRM/Profile/Selector/Listings.php
author
Eileen McNaughton
<eileen@mcnaughty.com>
Wed, 8 Nov 2023 01:05:52 +0000
(14:05 +1300)
committer
GitHub
<noreply@github.com>
Wed, 8 Nov 2023 01:05:52 +0000
(14:05 +1300)
Co-authored-by: colemanw <coleman@civicrm.org>
CRM/Profile/Selector/Listings.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Profile/Selector/Listings.php
b/CRM/Profile/Selector/Listings.php
index 48456b784639e391e84cda33b7396d291ea55f19..87d04a9c81c173f8d781109351348bd5755dd793 100644
(file)
--- 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[] = "<a href=\"$url\">{$result->$name} (
{$typeName}
)</a>";
+ $row[] = "<a href=\"$url\">{$result->$name} (
$typeName
)</a>";
}
else {
$row[] = "<a href=\"$url\">{$result->$name}</a>";