From b6498f3d0f49ab4a3daf3f916faabf94f75ab0d2 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 29 Nov 2023 01:32:51 +1300 Subject: [PATCH] Remove unnecessary pass-by-referenc --- CRM/Core/BAO/CustomField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/BAO/CustomField.php b/CRM/Core/BAO/CustomField.php index 2fd3c0d1f5..6e81545bfa 100644 --- a/CRM/Core/BAO/CustomField.php +++ b/CRM/Core/BAO/CustomField.php @@ -2587,7 +2587,7 @@ AND default_value IS NOT NULL"; * @return array */ public static function postProcess( - &$params, + $params, $entityID, $customFieldExtends, $inline = FALSE, -- 2.25.1