CRM-21425: Fix 'Array' Appearing Insted of Empty Details
authorCamilo Rodriguez <camilo@compucorp.co.uk>
Thu, 18 Jan 2018 22:19:19 +0000 (22:19 +0000)
committerCamilo Rodriguez <camilo@compucorp.co.uk>
Mon, 9 Jul 2018 11:39:14 +0000 (11:39 +0000)
commit757f9d0315920c3fbbbe1570d2eeac26cc3e6f06
tree1ce95d019f5c027e922c5b0f4fa06abd7568f28a
parent558067312e63789d0b22db44b5f174adc6cecfa9
CRM-21425: Fix 'Array' Appearing Insted of Empty Details

When having only basic access to edit inbound e-mails, if the task's details
are null, an message saying 'Array' was being shown, instead of the empty
details.

Fixed by changing null for an empty string.
CRM/Activity/Form/Activity.php