This commit is contained in:
the-djmaze 2023-02-06 23:46:35 +01:00 committed by GitHub
parent 0c7593fa0e
commit cb7a1fe30e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1166,7 +1166,7 @@ trait Messages
foreach ($aAttachments as $sTempName => $aData) {
$sFileName = (string) $aData['name'];
$bIsInline = (bool) $aData['inline'];
$sCID = (string) $aData['cid'];
$sCID = (string) $aData['cId'];
$sContentLocation = (string) $aData['location'];
$sMimeType = (string) $aData['type'];