mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix fatal error in mail
This commit is contained in:
parent
ce329317d7
commit
5c803e9c43
@ -3498,13 +3498,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
||||
//error_log(__METHOD__.__LINE__.array2string($_folder));
|
||||
if ($_folder)
|
||||
{
|
||||
try
|
||||
{
|
||||
$this->mail_bo->getHierarchyDelimiter(false);
|
||||
} catch (Exception $e)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
$this->mail_bo->getHierarchyDelimiter(false);
|
||||
$oA = array();
|
||||
foreach ($_folder as $_folderName)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user