mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Resolve #921
This commit is contained in:
parent
0c7593fa0e
commit
cb7a1fe30e
1 changed files with 1 additions and 1 deletions
|
|
@ -1166,7 +1166,7 @@ trait Messages
|
||||||
foreach ($aAttachments as $sTempName => $aData) {
|
foreach ($aAttachments as $sTempName => $aData) {
|
||||||
$sFileName = (string) $aData['name'];
|
$sFileName = (string) $aData['name'];
|
||||||
$bIsInline = (bool) $aData['inline'];
|
$bIsInline = (bool) $aData['inline'];
|
||||||
$sCID = (string) $aData['cid'];
|
$sCID = (string) $aData['cId'];
|
||||||
$sContentLocation = (string) $aData['location'];
|
$sContentLocation = (string) $aData['location'];
|
||||||
$sMimeType = (string) $aData['type'];
|
$sMimeType = (string) $aData['type'];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue