From 27f13e72c7dc36e6ea76a99797a4d642bfd65f49 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sat, 12 Aug 2023 15:52:01 -0400 Subject: [PATCH] too many brackets --- CRM/Event/Form/SearchEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Form/SearchEvent.php b/CRM/Event/Form/SearchEvent.php index 269eeb3650..297e971856 100644 --- a/CRM/Event/Form/SearchEvent.php +++ b/CRM/Event/Form/SearchEvent.php @@ -46,7 +46,7 @@ class CRM_Event_Form_SearchEvent extends CRM_Core_Form { */ public function buildQuickForm() { $this->add('text', 'title', ts('Event Name'), - [CRM_Core_DAO::getAttribute('CRM_Event_DAO_Event', 'title')] + CRM_Core_DAO::getAttribute('CRM_Event_DAO_Event', 'title') ); $this->addSelect('event_type_id', ['multiple' => TRUE, 'context' => 'search']); -- 2.25.1