mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
give more info on failed attachment retrieval
This commit is contained in:
parent
80dd2d166f
commit
f29066bc86
@ -5748,7 +5748,7 @@ class Mail
|
|||||||
if ($ext && stripos($filename,'.')===false && stripos($filename,$ext)===false) $filename = trim($filename).'.'.$ext;
|
if ($ext && stripos($filename,'.')===false && stripos($filename,$ext)===false) $filename = trim($filename).'.'.$ext;
|
||||||
if (!$part)
|
if (!$part)
|
||||||
{
|
{
|
||||||
throw new Exception\WrongParameter("Error: Could not fetch attachment for Uid=$_uid, PartId=$_partID, WinMailNr=$_winmail_nr, folder=$_folder");
|
throw new Exception\WrongParameter("Error: Could not fetch attachment for Uid=".array2string($_uid).", PartId=$_partID, WinMailNr=$_winmail_nr, folder=$_folder");
|
||||||
}
|
}
|
||||||
$attachmentData = array(
|
$attachmentData = array(
|
||||||
'type' => $structure_mime,
|
'type' => $structure_mime,
|
||||||
|
Loading…
Reference in New Issue
Block a user