From b3183b6c4d5dc76085637958065488bc7fa1e150 Mon Sep 17 00:00:00 2001 From: Rich Lott / Artful Robot Date: Thu, 24 Aug 2023 16:00:24 +0100 Subject: [PATCH] Fix PHP8.1 repeated notice errors in Table.tpl --- templates/CRM/Report/Form/Layout/Table.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Report/Form/Layout/Table.tpl b/templates/CRM/Report/Form/Layout/Table.tpl index c95d9a3d08..58935d52d9 100644 --- a/templates/CRM/Report/Form/Layout/Table.tpl +++ b/templates/CRM/Report/Form/Layout/Table.tpl @@ -99,7 +99,10 @@ {assign var=fieldClass value=$field|cat:"_class"} {if array_key_exists($fieldLink, $row) && $row.$fieldLink} - + {/if} {if is_array($row.$field)} -- 2.25.1