INFRA-132 - CRM/Contribute - phpcbf
[civicrm-core.git] / CRM / Contribute / Page / PaymentInfo.php
index f1aea8c81881001bf4cb3af3d7795be64ac910b2..95cec3c57ea169a6c5f2d96d66d8a3cb0acd9977 100644 (file)
@@ -37,8 +37,8 @@ class CRM_Contribute_Page_PaymentInfo extends CRM_Core_Page {
     $this->_component = CRM_Utils_Request::retrieve('component', 'String', $this, TRUE);
     $this->_action = CRM_Utils_Request::retrieve('action', 'String', $this, FALSE, 'browse');
     $this->_id = CRM_Utils_Request::retrieve('id', 'Positive', $this, TRUE);
-    $this->_context =  CRM_Utils_Request::retrieve('context', 'String', $this, TRUE);
-    $this->_cid =  CRM_Utils_Request::retrieve('cid', 'String', $this, TRUE);
+    $this->_context = CRM_Utils_Request::retrieve('context', 'String', $this, TRUE);
+    $this->_cid = CRM_Utils_Request::retrieve('cid', 'String', $this, TRUE);
 
     $this->assign('cid', $this->_cid);
     $this->assign('id', $this->_id);