CRM-13863 - Get rid of double title for forms that use popups
[civicrm-core.git] / CRM / Contact / Page / View / Relationship.php
index 3738957ff30e63e5afd54fa9831fc46260110db2..944a373f1332cacb7d9d297e3ca9c9a9048a1171 100644 (file)
@@ -198,9 +198,6 @@ class CRM_Contact_Page_View_Relationship 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->_action = CRM_Utils_Request::retrieve('action', 'String', $this, FALSE, 'browse');
     $this->assign('action', $this->_action);
   }