X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FParticipantView.php;h=6d205cc9bd42e8eea94792a609f09224871d0034;hb=2e89bdd3cc217f4cb52bb0abb1bb7aa6b6c617f2;hp=db19ee9c6e4d5eb226b8fdb4aa90e07557bb043a;hpb=27bf657b9bccfc85e95609568f0dd3080da1528f;p=civicrm-core.git diff --git a/CRM/Event/Form/ParticipantView.php b/CRM/Event/Form/ParticipantView.php index db19ee9c6e..6d205cc9bd 100644 --- a/CRM/Event/Form/ParticipantView.php +++ b/CRM/Event/Form/ParticipantView.php @@ -207,7 +207,7 @@ class CRM_Event_Form_ParticipantView extends CRM_Core_Form { } $this->assign('displayName', $displayName); // omitting contactImage from title for now since the summary overlay css doesn't work outside of our crm-container - CRM_Utils_System::setTitle(ts('View Event Registration for') . ' ' . $displayName); + $this->setTitle(ts('View Event Registration for') . ' ' . $displayName); $roleId = $values[$participantID]['role_id'] ?? NULL; $title = $displayName . ' (' . CRM_Utils_Array::value($roleId, $participantRoles) . ' - ' . $eventTitle . ')';