mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
on importMessage, beware of serverID:: that is preceeding the folder of the importdestination
This commit is contained in:
parent
0e6c4cdde6
commit
0dca52bc3f
@ -3252,6 +3252,8 @@ class mail_ui
|
||||
$file = $content['uploadForImport'];
|
||||
}
|
||||
$destination = $content['FOLDER'][0];
|
||||
if (stripos($destination,self::$delimiter)!==false) list($serverId,$destination) = explode(self::$delimiter,$destination,2);
|
||||
//error_log(__METHOD__.__LINE__.self::$delimiter.array2string($destination));
|
||||
$importID = mail_bo::getRandomString();
|
||||
$importFailed = false;
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user