mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +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 (!$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(
|
||||
'type' => $structure_mime,
|
||||
|
Loading…
Reference in New Issue
Block a user