From 593b82072d135be72def90a9225e7270664c7283 Mon Sep 17 00:00:00 2001 From: eileen Date: Sun, 25 Apr 2021 18:45:06 +1200 Subject: [PATCH] Remove defunct default return property I was unable to get anything returned in this field - I think it predates websites having their own table & is unused. Note that the BAO_MessageTemplateTest classs shows 'url' being populated in tokens but this not being populated --- CRM/Contact/BAO/Query.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index 1e268336ba9f..fce912aeec9e 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -4451,7 +4451,6 @@ public static function &defaultReturnProperties($mode = 1) { if (empty(self::$_defaultReturnProperties[$mode])) { self::$_defaultReturnProperties[$mode] = [ - 'home_URL' => 1, 'image_URL' => 1, 'legal_identifier' => 1, 'external_identifier' => 1,