From 26125a7c6924b80027bf44dd65a34f562ed91443 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 21 Nov 2023 12:07:27 +1300 Subject: [PATCH] Fix regression in 5.68 on premium --- CRM/Contribute/BAO/Premium.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/BAO/Premium.php b/CRM/Contribute/BAO/Premium.php index f79715f40a..d0314a12f5 100644 --- a/CRM/Contribute/BAO/Premium.php +++ b/CRM/Contribute/BAO/Premium.php @@ -112,9 +112,9 @@ class CRM_Contribute_BAO_Premium extends CRM_Contribute_DAO_Premium { } } else { + // Why? should we not skip if not found? CRM_Core_DAO::storeValues($productDAO, $products[$productDAO->id]); } - $products[$productDAO->id] += ['thumbnail' => '', 'image' => '']; } $options = $temp = []; $temp = explode(',', $productDAO->options); -- 2.25.1