From a0154e88f4c55999c9a7ec51f3538d9525fc83f4 Mon Sep 17 00:00:00 2001 From: Brian Shaughnessy Date: Wed, 1 Apr 2020 14:52:10 -0400 Subject: [PATCH] fixes dev/core#1683 set profile frontend title --- CRM/Profile/Form/Edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Profile/Form/Edit.php b/CRM/Profile/Form/Edit.php index 57f51cc3c2..e041c1c1f0 100644 --- a/CRM/Profile/Form/Edit.php +++ b/CRM/Profile/Form/Edit.php @@ -146,7 +146,7 @@ SELECT module,is_reserved } else { - $groupTitle = $this->_ufGroup['title']; + $groupTitle = CRM_Core_BAO_UFGroup::getFrontEndTitle($this->_ufGroup['id']); } CRM_Utils_System::setTitle($groupTitle); $this->assign('recentlyViewed', FALSE); -- 2.25.1