X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FSearchEvent.php;h=a0a2cd6be403b49e95b2b1ec5a99e18201221806;hb=041d366b84f97757855ba9d4a73ecbc239d09801;hp=af55dc0f182059c66198e87185699655ee237835;hpb=4014394ebf74035cc7cc8bee5b37e8057f2c96b2;p=civicrm-core.git diff --git a/CRM/Event/Form/SearchEvent.php b/CRM/Event/Form/SearchEvent.php index af55dc0f18..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 { } } } -