|
@@ -708,7 +708,7 @@ function createAttachment(&$attachmentOptions)
|
|
|
|
|
|
|
|
|
|
|
|
- if (!empty($attachmentOptions['mime_type']) && strpos($attachmentOptions['mime_time'], 'image/') !== 0)
|
|
|
+ if (!empty($attachmentOptions['mime_type']) && strpos($attachmentOptions['mime_type'], 'image/') !== 0)
|
|
|
{
|
|
|
$attachmentOptions['width'] = 0;
|
|
|
$attachmentOptions['height'] = 0;
|