From 352470007a9700b973eae6e64bd1e831a6045938 Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Thu, 19 Jan 2017 18:48:03 +0530 Subject: [PATCH] typo fix in Manage Tag page --- CRM/Tag/Form/Edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Tag/Form/Edit.php b/CRM/Tag/Form/Edit.php index 2bfa777b86..6f7cc03d22 100644 --- a/CRM/Tag/Form/Edit.php +++ b/CRM/Tag/Form/Edit.php @@ -59,7 +59,7 @@ class CRM_Tag_Form_Edit extends CRM_Admin_Form { } else { $parentId = NULL; - $isTagsetChild = FALSE; + $isTagSetChild = FALSE; $this->_isTagSet = CRM_Utils_Request::retrieve('tagset', 'Positive', $this); -- 2.25.1