Merge branch '4.5' of https://github.com/civicrm/civicrm-core
[civicrm-core.git] / CRM / Grant / Page / Tab.php
index 03518b187fd6e5990227fc088e44e261b6c70ed4..55d1e80e010aa84c155b127d619a1b4265c528b5 100644 (file)
@@ -101,7 +101,7 @@ class CRM_Grant_Page_Tab extends CRM_Contact_Page_View {
   }
 
   /**
-   * build all the data structures needed to build the form
+   * Build all the data structures needed to build the form
    *
    * @return void
    * @access public
@@ -122,9 +122,6 @@ class CRM_Grant_Page_Tab extends CRM_Contact_Page_View {
 
       // check logged in url permission
       CRM_Contact_Page_View::checkUserPermission($this);
-
-      // set page title
-      CRM_Utils_System::setTitle(ts('Grant by') .  ' ' . $displayName);
     }
     $this->assign('action', $this->_action);