diff --git a/CRM/Contact/Page/View.php b/CRM/Contact/Page/View.php index 5b5e6ad39776..884c18850a2c 100644 --- a/CRM/Contact/Page/View.php +++ b/CRM/Contact/Page/View.php @@ -85,7 +85,7 @@ public function preProcess() { $gcid = CRM_Utils_Request::retrieve('gcid', 'Positive', $this); if (!$gcid) { - $this->_contactId = CRM_Utils_Request::retrieve('cid', 'Positive', $this, TRUE); + $this->_contactId = CRM_Utils_Request::retrieve('cid', 'Positive', $this); } else { $this->_contactId = CRM_Core_DAO::getFieldValue('CRM_Contact_DAO_GroupContact', $gcid, 'contact_id');