From 8c63e816fbeb5466ba8abe721cafa1c2ffc53c15 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 13 Apr 2013 12:53:09 -0700 Subject: [PATCH] Code comments --- CRM/UF/Page/Group.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CRM/UF/Page/Group.php b/CRM/UF/Page/Group.php index 60de77c1de..ed61a2c5d8 100644 --- a/CRM/UF/Page/Group.php +++ b/CRM/UF/Page/Group.php @@ -235,8 +235,8 @@ class CRM_UF_Page_Group extends CRM_Core_Page { } $profile = str_replace('civicrm/admin/uf/group', $urlReplaceWith, $profile); - // FIXME: (CRM-3587) hack to make standalone profile in joomla work - // without administrator login + // FIXME: (CRM-3587) hack to make standalone profile work + // in wordpress and joomla without administrator login if ($config->userFramework == 'Joomla') { $profile = str_replace('/administrator/', '/index.php', $profile); } @@ -249,7 +249,6 @@ class CRM_UF_Page_Group extends CRM_Core_Page { // add jquery files $profile = CRM_Utils_String::addJqueryFiles($profile); - // prevent jquery conflict $this->assign('profile', htmlentities($profile, ENT_NOQUOTES, 'UTF-8')); //get the title of uf group if ($gid) { -- 2.25.1