----------------------------------------
* CRM-14678: Add "Not you, or want to join/contribute for a different person?" text to contribution pages
https://issues.civicrm.org/jira/browse/CRM-14678
$contactID = $this->getContactID();
if ($contactID) {
$this->assign('contact_id', $contactID);
- $this->assign('display_name', CRM_Contact_BAO_Contact::displayName($contactID));
+ $this->assign('display_name', CRM_Contact_BAO_Contact::displayName($contactID));
}
if ($this->_onbehalf) {
$contactID = $this->getContactID();
if ($contactID) {
$this->assign('contact_id', $contactID);
- $this->assign('display_name', CRM_Contact_BAO_Contact::displayName($contactID));
+ $this->assign('display_name', CRM_Contact_BAO_Contact::displayName($contactID));
}
$this->add('hidden', 'scriptFee', NULL);