From e450bc7934158375b1a53af8890511b136fd1cdf Mon Sep 17 00:00:00 2001 From: kurund Date: Fri, 10 Jan 2014 12:06:03 -0800 Subject: [PATCH] added more comments for the code, CRM-14052 ---------------------------------------- * CRM-14052: Tagset fixes http://issues.civicrm.org/jira/browse/CRM-14052 --- CRM/Core/Form/Tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/Form/Tag.php b/CRM/Core/Form/Tag.php index e90ebb1e37..e36dccd88c 100644 --- a/CRM/Core/Form/Tag.php +++ b/CRM/Core/Form/Tag.php @@ -256,7 +256,7 @@ class CRM_Core_Form_Tag { if ($form) { // if the key is missing from the form response then all the tags were deleted / cleared // in that case we create empty tagset params so that below logic works and tagset are - // delete correctly + // deleted correctly foreach ($form->_tagsetInfo as $tagsetName => $tagsetInfo) { $tagsetId = substr($tagsetName, strlen('parentId_')); if (empty($params[$tagsetId])) { -- 2.25.1