From 2aaf0e19830fae407d4c6ace139512ff2bcc8d21 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 21 Mar 2022 09:38:17 +1300 Subject: [PATCH] Enorice fix (grumpy smarty) --- CRM/UF/Page/Group.php | 2 +- templates/CRM/UF/Page/Group.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/UF/Page/Group.php b/CRM/UF/Page/Group.php index 07e3daf601..c3b35bc0bb 100644 --- a/CRM/UF/Page/Group.php +++ b/CRM/UF/Page/Group.php @@ -301,7 +301,7 @@ class CRM_UF_Page_Group extends CRM_Core_Page { CRM_Utils_Hook::aclGroup(CRM_Core_Permission::ADMIN, NULL, 'civicrm_uf_group', $ufGroups, $allUFGroups); foreach ($allUFGroups as $id => $value) { - $ufGroup[$id] = []; + $ufGroup[$id] = ['class' => '']; $ufGroup[$id]['id'] = $id; $ufGroup[$id]['title'] = $value['title']; $ufGroup[$id]['frontend_title'] = $value['frontend_title']; diff --git a/templates/CRM/UF/Page/Group.tpl b/templates/CRM/UF/Page/Group.tpl index 4bfc276a74..45e3c893ee 100644 --- a/templates/CRM/UF/Page/Group.tpl +++ b/templates/CRM/UF/Page/Group.tpl @@ -69,7 +69,7 @@ {foreach from=$rows item=row} {if !$row.is_reserved } - + {$row.title} {$row.frontend_title} -- 2.25.1