Skip to content

Commit

Permalink
Merge pull request #12093 from aniesshsethh/core_105
Browse files Browse the repository at this point in the history
dev/core#105 Manage PCP URL Wrong for the notification email under wo…
  • Loading branch information
eileenmcnaughton authored May 15, 2018
2 parents bcf8b46 + 1d0d13f commit d5c44ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/PCP/Form/Campaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public function postProcess() {
$managePCPUrl = CRM_Utils_System::url('civicrm/admin/pcp',
"reset=1",
TRUE, NULL, FALSE,
FALSE
FALSE, TRUE
);
$this->assign('managePCPUrl', $managePCPUrl);

Expand Down

0 comments on commit d5c44ac

Please sign in to comment.