From 00d5aec1e7369df2f084f9a509017ca9fa285e3b Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Tue, 16 Nov 2021 13:06:16 -0500 Subject: [PATCH] fix website default --- CRM/Contact/Page/View/Summary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Page/View/Summary.php b/CRM/Contact/Page/View/Summary.php index 21b6054f48..0408f9a114 100644 --- a/CRM/Contact/Page/View/Summary.php +++ b/CRM/Contact/Page/View/Summary.php @@ -143,7 +143,7 @@ class CRM_Contact_Page_View_Summary extends CRM_Contact_Page_View { 'age' => ['y' => '', 'm' => ''], 'birth_date' => '', // for Website.tpl (the others don't seem to enotice for some reason). - 'website' => '', + 'website' => [], ]; $params['id'] = $params['contact_id'] = $this->_contactId; -- 2.25.1