mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
fix problem with attaching files with spaces to mails
This commit is contained in:
parent
311561b8ab
commit
ab509a6ba2
@ -352,7 +352,7 @@
|
||||
'name' => $name,
|
||||
'type' => $type,
|
||||
'file' => $path,
|
||||
'size' => filesize($path),
|
||||
'size' => filesize(urldecode($path)),
|
||||
);
|
||||
if ($formData['type'] == egw_vfs::DIR_MIME_TYPE) continue; // ignore directories
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user