mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 15:48:55 +01:00
on importMessage, beware of serverID:: that is preceeding the folder of the importdestination
This commit is contained in:
parent
b2648cf5e4
commit
7532580ddf
@ -3226,6 +3226,8 @@ class mail_ui
|
|||||||
$file = $content['uploadForImport'];
|
$file = $content['uploadForImport'];
|
||||||
}
|
}
|
||||||
$destination = $content['FOLDER'][0];
|
$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();
|
$importID = mail_bo::getRandomString();
|
||||||
$importFailed = false;
|
$importFailed = false;
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user