From 3e8433c2294ef043b77b1743bbf81f5cc62045e4 Mon Sep 17 00:00:00 2001 From: kenwest Date: Sun, 29 May 2016 16:50:27 +1000 Subject: [PATCH] Changed comment to comply with style checker --- CRM/Contact/Form/Search/Advanced.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Contact/Form/Search/Advanced.php b/CRM/Contact/Form/Search/Advanced.php index 5403415868..768d52fa76 100644 --- a/CRM/Contact/Form/Search/Advanced.php +++ b/CRM/Contact/Form/Search/Advanced.php @@ -400,7 +400,8 @@ class CRM_Contact_Form_Search_Advanced extends CRM_Contact_Form_Search { $tag->retrieve($params, $result); $parentId = $result['parent_id']; $element = "contact_taglist[$parentId]"; - if ($this->elementExists($element)) { // It's a tagset + if ($this->elementExists($element)) { + // This tag is a tagset unset($defaults['contact_tags'][$key]); if (!isset($defaults[$element])) { $defaults[$element] = array(); -- 2.25.1