Skip to content

Commit

Permalink
Revert cid to consider id on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Jitendra Purohit committed Mar 28, 2018
1 parent 575c684 commit c577989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contact/Page/View/UserDashBoard.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function __construct() {
CRM_Utils_System::redirect(CRM_Utils_System::url('civicrm/dashboard', 'reset=1'));
}

$this->_contactId = CRM_Utils_Request::retrieve('cid', 'Positive', $this);
$this->_contactId = CRM_Utils_Request::retrieve('id', 'Positive', $this);

$session = CRM_Core_Session::singleton();
$userID = $session->get('userID');
Expand Down

0 comments on commit c577989

Please sign in to comment.