Merge pull request #22074 from eileenmcnaughton/tags
[civicrm-core.git] / CRM / Campaign / Form / Search.php
index e110db8d6e983de424cd01d8b03facc3ab0b2d1b..5244c8b904d31abe43ec1a101fdbadfcaf22c5ab 100644 (file)
@@ -144,7 +144,7 @@ class CRM_Campaign_Form_Search extends CRM_Core_Form_Search {
     }
 
     //set the form title.
-    CRM_Utils_System::setTitle(ts('Find Respondents To %1', array(1 => ucfirst($this->_operation))));
+    $this->setTitle(ts('Find Respondents To %1', array(1 => ucfirst($this->_operation))));
   }
 
   /**