X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FPledge%2FPage%2FPayment.php;h=733ecada84178ab28c50bd098d5a6634332b0bda;hb=4fd26f71c62960fbbb738a549bb595926f1eb70b;hp=ac36d7e2d1619b545d6b17aec526748cc1552f60;hpb=785b0cfda8edb302604577e5992ad8168ddca3d8;p=civicrm-core.git diff --git a/CRM/Pledge/Page/Payment.php b/CRM/Pledge/Page/Payment.php index ac36d7e2d1..733ecada84 100644 --- a/CRM/Pledge/Page/Payment.php +++ b/CRM/Pledge/Page/Payment.php @@ -1,7 +1,7 @@ _contactId = CRM_Utils_Request::retrieve('cid', 'Positive', $this); - CRM_Pledge_Page_Tab::setContext(); + CRM_Pledge_Page_Tab::setContext($this); if ($this->_action & CRM_Core_Action::UPDATE) { $this->edit(); - // set page title - CRM_Contact_Page_View::setTitle($this->_contactId); } else { $pledgeId = CRM_Utils_Request::retrieve('pledgeId', 'Positive', $this);