Skip to content

Commit

Permalink
Merge pull request #14180 from eileenmcnaughton/recur_search
Browse files Browse the repository at this point in the history
Enotice fix on creating a smart group
  • Loading branch information
eileenmcnaughton authored May 4, 2019
2 parents 01aa4b6 + e376470 commit b2e96b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contact/Form/Task/SaveSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function preProcess() {
}

// Get Task name
$modeValue = CRM_Contact_Form_Search::getModeValue($values['component_mode']);
$modeValue = CRM_Contact_Form_Search::getModeValue(CRM_Utils_Array::value('component_mode', $values, CRM_Contact_BAO_Query::MODE_CONTACTS));
$className = $modeValue['taskClassName'];
$taskList = $className::taskTitles();
$this->_task = CRM_Utils_Array::value('task', $values);
Expand Down

0 comments on commit b2e96b9

Please sign in to comment.