X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FSelfSvcTransfer.php;h=477af7eae83b55d4db3b074c8c9b69a9d2c9335d;hb=f299f7db79fed6f3598c84302966bda087e7cac3;hp=a0e629e0aaf6e82ae09a15e128aa27debe96d811;hpb=9dd7b2c930c8110b6bb44e14d232e43954f23d8a;p=civicrm-core.git diff --git a/CRM/Event/Form/SelfSvcTransfer.php b/CRM/Event/Form/SelfSvcTransfer.php index a0e629e0aa..477af7eae8 100644 --- a/CRM/Event/Form/SelfSvcTransfer.php +++ b/CRM/Event/Form/SelfSvcTransfer.php @@ -4,7 +4,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2019 | + | Copyright CiviCRM LLC (c) 2004-2020 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -29,7 +29,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2019 + * @copyright CiviCRM LLC (c) 2004-2020 * $Id$ * */ @@ -218,9 +218,9 @@ class CRM_Event_Form_SelfSvcTransfer extends CRM_Core_Form { } // for front-end user show and use the basic three fields used to create a contact else { - $this->add('text', 'email', ts('To Email'), ts($this->_contact_email), TRUE); - $this->add('text', 'last_name', ts('To Last Name'), ts($this->_to_contact_last_name), TRUE); - $this->add('text', 'first_name', ts('To First Name'), ts($this->_to_contact_first_name), TRUE); + $this->add('text', 'email', ts('To Email'), $this->_contact_email, TRUE); + $this->add('text', 'last_name', ts('To Last Name'), $this->_to_contact_last_name, TRUE); + $this->add('text', 'first_name', ts('To First Name'), $this->_to_contact_first_name, TRUE); } $this->addButtons([