too many brackets
authordemeritcowboy <demeritcowboy@hotmail.com>
Sat, 12 Aug 2023 19:52:01 +0000 (15:52 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Sat, 12 Aug 2023 19:52:01 +0000 (15:52 -0400)
CRM/Event/Form/SearchEvent.php

index 269eeb36507f56d3d4bdfbd2cec13de47c0cd533..297e971856cb3ca77461ab1ac5437c67dca2f48f 100644 (file)
@@ -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']);