Merge pull request #18899 from seamuslee001/composer_2x
[civicrm-core.git] / CRM / Contact / Form / Inline.php
index fcc034a7c94ff83f6c4eee410a940eefc3412495..2f551a1cead28caba1ff536e2fc654f702b89379 100644 (file)
@@ -56,7 +56,7 @@ abstract class CRM_Contact_Form_Inline extends CRM_Core_Form {
    * Common preprocess: fetch contact ID and contact type
    */
   public function preProcess() {
-    $this->_contactId = CRM_Utils_Request::retrieve('cid', 'Positive', $this, TRUE, NULL, $_REQUEST);
+    $this->_contactId = CRM_Utils_Request::retrieve('cid', 'Positive', $this, TRUE);
     $this->assign('contactId', $this->_contactId);
 
     // get contact type and subtype