Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.0.2, 3.1
-
Component/s: CiviContribute
-
Labels:None
Description
1. Supporter Notifications - URLs are set in CRM_Contribution_BAO_PCP::sendStatusUpdate
- $pcpInfoURL and $pcpTellFriendURL should have front-end set true (since the are links for "Supporters")
2. Admin Notification (pcp_status_change) - URLs are set in CRM_Contribution_Form_PCP_Campaign::postProcess
- $managePCPUrl and $supporterUrl should have front-end = FALSE (these are back-end admin functions / pages)
NOTE: $pcpUrl and $contribPageUrl are properly set to front-end = TRUE (altho I can't figure out where $pcpUrl is set ?? )