CRM-13863 - Get rid of double title for forms that use popups
[civicrm-core.git] / CRM / Contribute / Page / ContributionRecur.php
index c9056a964f3d872c8bcb634f3f19baa818067ae7..be2c84832fe95d9730794e506157737dafccc610 100644 (file)
@@ -81,9 +81,6 @@ class CRM_Contribute_Page_ContributionRecur extends CRM_Core_Page {
     // check logged in url permission
     CRM_Contact_Page_View::checkUserPermission($this);
 
-    // set page title
-    CRM_Contact_Page_View::setTitle($this->_contactId);
-
     $this->assign('action', $this->_action);
 
     if ($this->_permission == CRM_Core_Permission::EDIT && !CRM_Core_Permission::check('edit contributions')) {