wrong link to admin page
authordemeritcowboy <demeritcowboy@hotmail.com>
Wed, 29 Jul 2020 19:39:30 +0000 (15:39 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Wed, 29 Jul 2020 19:39:30 +0000 (15:39 -0400)
CRM/PCP/BAO/PCP.php

index 45c962f2fe825a5599032af89eb4e23624752ba2..e71609eccd31abec138687a9913c977ea0fdd0b3 100644 (file)
@@ -661,7 +661,7 @@ WHERE pcp.id = %1 AND cc.contribution_status_id = %2 AND cc.is_test = 0";
     list($domainEmailName, $domainEmailAddress) = CRM_Core_BAO_Domain::getNameAndEmail();
 
     if (!$domainEmailAddress || $domainEmailAddress == 'info@EXAMPLE.ORG') {
-      $fixUrl = CRM_Utils_System::url("civicrm/admin/domain", 'action=update&reset=1');
+      $fixUrl = CRM_Utils_System::url('civicrm/admin/options/from_email_address', 'reset=1');
       throw new CRM_Core_Exception(ts('The site administrator needs to enter a valid \'FROM Email Address\' in <a href="%1">Administer CiviCRM &raquo; Communications &raquo; FROM Email Addresses</a>. The email address used may need to be a valid mail account with your email service provider.', [1 => $fixUrl]));
     }