Merge pull request #22324 from totten/master-queue-table
[civicrm-core.git] / CRM / Event / Form / ParticipantFeeSelection.php
index 876da092c258951cbbb5bfb0535450c6bb8b6214..d266851b3612a0109874a95a18e86268f721de34 100644 (file)
@@ -95,7 +95,7 @@ class CRM_Event_Form_ParticipantFeeSelection extends CRM_Core_Form {
 
     $title = ts("Change selections for %1", [1 => $this->_contributorDisplayName]);
     if ($title) {
-      CRM_Utils_System::setTitle($title);
+      $this->setTitle($title);
     }
   }
 
@@ -212,7 +212,7 @@ class CRM_Event_Form_ParticipantFeeSelection extends CRM_Core_Form {
   /**
    * @param $fields
    * @param $files
-   * @param $self
+   * @param self $self
    *
    * @return array
    */