ref
This commit is contained in:
@@ -264,7 +264,8 @@ class Note extends Entity
|
||||
{
|
||||
if (
|
||||
$this->getType() == self::TYPE_POST ||
|
||||
$this->getType() == self::TYPE_EMAIL_RECEIVED
|
||||
$this->getType() == self::TYPE_EMAIL_RECEIVED ||
|
||||
$this->getType() == self::TYPE_EMAIL_SENT
|
||||
) {
|
||||
$this->loadAttachments();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user