From cf3e63fd2f7859e8fac348149f6adbe2bce46f5b Mon Sep 17 00:00:00 2001 From: Bernardo Araujo Date: Mon, 19 Sep 2016 17:25:05 -0300 Subject: [PATCH] fixing identation to 2-space default --- CRM/Contact/Form/Search/Criteria.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Form/Search/Criteria.php b/CRM/Contact/Form/Search/Criteria.php index d58d102276..a21dc8c037 100644 --- a/CRM/Contact/Form/Search/Criteria.php +++ b/CRM/Contact/Form/Search/Criteria.php @@ -163,7 +163,7 @@ class CRM_Contact_Form_Search_Criteria { // unset disabled components that must should have been enabled // to the option be viable if (!array_key_exists('CiviMail', $enabledComponents)) { - unset($componentModes['8']); + unset($componentModes['8']); } // unset contributions or participants if user does not have -- 2.25.1