X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FRegistration.php;h=de0c307eda7fda7da677610f485b4a782dd79a8f;hb=eea141c0d4b4c1276b3138cedd956d8c11ce6023;hp=e52c837fba4fbf0cb5f9971752845ed7bbcf7c90;hpb=35071ccc53f3bce7ce3414871d61059a90c24604;p=civicrm-core.git diff --git a/CRM/Event/Form/Registration.php b/CRM/Event/Form/Registration.php index e52c837fba..de0c307eda 100644 --- a/CRM/Event/Form/Registration.php +++ b/CRM/Event/Form/Registration.php @@ -456,9 +456,6 @@ class CRM_Event_Form_Registration extends CRM_Core_Form { $this->assign('bltID', $this->_bltID); $isShowLocation = CRM_Utils_Array::value('is_show_location', $this->_values['event']); $this->assign('isShowLocation', $isShowLocation); - if ($pcpId && $pcpSupporter = CRM_PCP_BAO_PCP::displayName($pcpId)) { - $this->assign('pcpSupporterText', ts('This event registration is being made thanks to effort of %1, who supports our campaign. You can support it as well - once you complete the registration, you will be able to create your own Personal Campaign Page!', array(1 => $pcpSupporter))); - } //CRM-6907 $config->defaultCurrency = CRM_Utils_Array::value('currency', $this->_values['event'], $config->defaultCurrency