X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMember%2FForm%2FSearch.php;h=dd937142ff660f6c8752cd2ec7e52b3e541722e4;hb=a8cbe714a7f7b8167d32574fa15d9117699b63b6;hp=fc0ba94de0b5726dfd686625ffaba02c2277f031;hpb=93c4c2a90f9d22ec94aa8fbc6ac389604da34151;p=civicrm-core.git diff --git a/CRM/Member/Form/Search.php b/CRM/Member/Form/Search.php index fc0ba94de0..dd937142ff 100644 --- a/CRM/Member/Form/Search.php +++ b/CRM/Member/Form/Search.php @@ -63,6 +63,9 @@ class CRM_Member_Form_Search extends CRM_Core_Form_Search { * @throws \CiviCRM_API3_Exception */ public function preProcess() { + // SearchFormName is deprecated & to be removed - the replacement is for the task to + // call $this->form->getSearchFormValues() + // A couple of extensions use it. $this->set('searchFormName', 'Search'); $this->_actionButtonName = $this->getButtonName('next', 'action');