on importMessage, beware of serverID:: that is preceeding the folder of the importdestination

This commit is contained in:
Klaus Leithoff 2015-03-27 12:59:03 +00:00
parent 0e6c4cdde6
commit 0dca52bc3f

View File

@ -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