From 19ec6ceacb9f49011f3330b19ec9cd612b694c77 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 5 Jun 2023 19:58:30 +1200 Subject: [PATCH] Remove pass-by-ref --- CRM/Price/BAO/PriceField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Price/BAO/PriceField.php b/CRM/Price/BAO/PriceField.php index 9ff1d0cc93..9dc48ee5e5 100644 --- a/CRM/Price/BAO/PriceField.php +++ b/CRM/Price/BAO/PriceField.php @@ -238,7 +238,7 @@ class CRM_Price_BAO_PriceField extends CRM_Price_DAO_PriceField { * @return null */ public static function addQuickFormElement( - &$qf, + $qf, $elementName, $fieldId, $inactiveNeeded, -- 2.25.1