Merge pull request #22160 from colemanw/navigationPermission
[civicrm-core.git] / CRM / PCP / Form / PCPAccount.php
index 9925bdbf70f095ae79ddbc6ab9a460dab2df367b..fd148fdd3eb56c304a2867cfab459494f26992e2 100644 (file)
@@ -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'));
     }
   }