From: demeritcowboy Date: Sat, 12 Aug 2023 19:52:01 +0000 (-0400) Subject: too many brackets X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=27f13e72c7dc36e6ea76a99797a4d642bfd65f49;p=civicrm-core.git too many brackets --- 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']);