Merge pull request #22074 from eileenmcnaughton/tags
[civicrm-core.git] / CRM / Campaign / Form / Survey.php
index 212ed03148e13c33a66c565be6581ca2cbcf46c3..a15aa03dea9a6b36ebe863d6c94802f616c99efc 100644 (file)
@@ -72,7 +72,7 @@ class CRM_Campaign_Form_Survey extends CRM_Core_Form {
       CRM_Campaign_BAO_Survey::retrieve($params, $surveyInfo);
       $this->_surveyTitle = $surveyInfo['title'];
       $this->assign('surveyTitle', $this->_surveyTitle);
-      CRM_Utils_System::setTitle(ts('Configure Survey - %1', [1 => $this->_surveyTitle]));
+      $this->setTitle(ts('Configure Survey - %1', [1 => $this->_surveyTitle]));
     }
 
     $this->assign('action', $this->_action);