From: Andrew West Date: Thu, 27 Feb 2020 23:16:19 +0000 (+0000) Subject: Remove erroneous whitespace X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2cd66e5907375ddebb39c0a76ddd8bd877705a6c;p=civicrm-core.git Remove erroneous whitespace --- diff --git a/CRM/Contact/Form/Search/Advanced.php b/CRM/Contact/Form/Search/Advanced.php index e25c48fcd4..c6a76196bd 100644 --- a/CRM/Contact/Form/Search/Advanced.php +++ b/CRM/Contact/Form/Search/Advanced.php @@ -198,7 +198,7 @@ class CRM_Contact_Form_Search_Advanced extends CRM_Contact_Form_Search { $defaults['contact_type'][$subtype] = $basicType . '__' . $subtype; } } - + if ($this->_context === 'amtg') { $defaults['task'] = CRM_Contact_Task::GROUP_ADD; }