Skip to content
Snippets Groups Projects
Commit e450bc79 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

added more comments for the code, CRM-14052

----------------------------------------
* CRM-14052: Tagset fixes
  http://issues.civicrm.org/jira/browse/CRM-14052
parent 2b2ba6a5
Branches
Tags
No related merge requests found
......@@ -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])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment