X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FSearchEvent.php;h=a0a2cd6be403b49e95b2b1ec5a99e18201221806;hb=041d366b84f97757855ba9d4a73ecbc239d09801;hp=488067ed2e878a8bd820a1d30a8c8a2d7e6dca51;hpb=23e35f75793a63e1c50249d322bcf1f2439415f8;p=civicrm-core.git diff --git a/CRM/Event/Form/SearchEvent.php b/CRM/Event/Form/SearchEvent.php index 488067ed2e..a0a2cd6be4 100644 --- a/CRM/Event/Form/SearchEvent.php +++ b/CRM/Event/Form/SearchEvent.php @@ -1,7 +1,7 @@ addButtons(array( - array( - 'type' => 'refresh', - 'name' => ts('Search'), - 'isDefault' => TRUE, - ), - )); + array( + 'type' => 'refresh', + 'name' => ts('Search'), + 'isDefault' => TRUE, + ), + )); } - function postProcess() { + public function postProcess() { $params = $this->controller->exportValues($this->_name); $parent = $this->controller->getParent(); $parent->set('searchResult', 1); @@ -111,4 +110,3 @@ class CRM_Event_Form_SearchEvent extends CRM_Core_Form { } } } -