From 1d0d13f8e291bcdcb8fff279e56802f32c9ff107 Mon Sep 17 00:00:00 2001 From: Aniessh Sethh Date: Mon, 7 May 2018 15:08:19 +0530 Subject: [PATCH] dev/core#105 Manage PCP URL Wrong for the notification email under wordpress white space issue more white space issue another white space another white space --- CRM/PCP/Form/Campaign.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/PCP/Form/Campaign.php b/CRM/PCP/Form/Campaign.php index ffaa85a5db..81a48fa3e2 100644 --- a/CRM/PCP/Form/Campaign.php +++ b/CRM/PCP/Form/Campaign.php @@ -307,7 +307,7 @@ class CRM_PCP_Form_Campaign extends CRM_Core_Form { $managePCPUrl = CRM_Utils_System::url('civicrm/admin/pcp', "reset=1", TRUE, NULL, FALSE, - FALSE + FALSE, TRUE ); $this->assign('managePCPUrl', $managePCPUrl); -- 2.25.1