Mail: Fix import message gave error "Destination folder does not exist"

This commit is contained in:
nathan 2022-11-15 13:15:17 -07:00
parent 083f4baaa7
commit c15440e905

View File

@ -3821,7 +3821,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
{
$file = $content['uploadForImport'];
}
$destination = $content['FOLDER'][0];
$destination = $content['FOLDER'];
if (stripos($destination,self::$delimiter)!==false) list($icServerID,$destination) = explode(self::$delimiter,$destination,2);
if ($icServerID && $icServerID != $this->mail_bo->profileID)