Skip to content

Commit

Permalink
[#15] minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Aug 1, 2019
1 parent f4392fd commit 3c9eb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/I3val/Form/Desktop.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ protected function renderActivity(&$activity) {
$activity['with_name'] = $contact['display_name'];
$activity['with_id'] = $contact['id'];
$activity['with_link'] = CRM_Utils_System::url("civicrm/contact/view", "reset=1&cid={$contact['id']}");
$activity['image'] = CRM_Contact_BAO_Contact_Utils::getImage(empty($this->contact['contact_sub_type']) ? $this->contact['contact_sub'] : $this->contact['contact_sub_type'], FALSE, $this->contact['id']);
$activity['image'] = CRM_Contact_BAO_Contact_Utils::getImage(empty($this->contact['contact_sub_type']) ? $this->contact['contact_type'] : $this->contact['contact_sub_type'], FALSE, $this->contact['id']);


// load the status
Expand Down

0 comments on commit 3c9eb52

Please sign in to comment.