X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FInline.php;h=2f551a1cead28caba1ff536e2fc654f702b89379;hb=a79ce6aa19be7ba9ca25ac148c9e2d353dfa3c23;hp=fcc034a7c94ff83f6c4eee410a940eefc3412495;hpb=ac439a0617d2a9d7bf661b615928a6f50c3ad5a9;p=civicrm-core.git diff --git a/CRM/Contact/Form/Inline.php b/CRM/Contact/Form/Inline.php index fcc034a7c9..2f551a1cea 100644 --- a/CRM/Contact/Form/Inline.php +++ b/CRM/Contact/Form/Inline.php @@ -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