Skip to content

Commit

Permalink
fixes issue civicrm#981: sort participants did not remember search cr…
Browse files Browse the repository at this point in the history
…iteria
  • Loading branch information
AlainBenbassat authored and eileenmcnaughton committed May 28, 2019
1 parent dcc723e commit eea7f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Event/Form/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public function postProcess() {
CRM_Contact_BAO_Query::processSpecialFormValue($this->_formValues, ['participant_status_id']);
}

if (empty($this->_formValues)) {
if (empty($formValues)) {
$formValues = $this->controller->exportValues($this->_name);
}

Expand Down

0 comments on commit eea7f89

Please sign in to comment.