X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FPCP%2FForm%2FPCPAccount.php;h=fd148fdd3eb56c304a2867cfab459494f26992e2;hb=ed679e7f8e29d6438b44528628ee98fbff4f3bfe;hp=9925bdbf70f095ae79ddbc6ab9a460dab2df367b;hpb=9de281daa68b881675df19dbccd29c5e3705ecf4;p=civicrm-core.git diff --git a/CRM/PCP/Form/PCPAccount.php b/CRM/PCP/Form/PCPAccount.php index 9925bdbf70..fd148fdd3e 100644 --- a/CRM/PCP/Form/PCPAccount.php +++ b/CRM/PCP/Form/PCPAccount.php @@ -100,7 +100,7 @@ class CRM_PCP_Form_PCPAccount extends CRM_Core_Form { $this->assign('pcpComponent', $this->_component); if ($this->_single) { - CRM_Utils_System::setTitle(ts('Update Contact Information')); + $this->setTitle(ts('Update Contact Information')); } }