mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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));
|
//error_log(__METHOD__.__LINE__.array2string($_folder));
|
||||||
if ($_folder)
|
if ($_folder)
|
||||||
{
|
{
|
||||||
try
|
$this->mail_bo->getHierarchyDelimiter(false);
|
||||||
{
|
|
||||||
$this->mail_bo->getHierarchyDelimiter(false);
|
|
||||||
} catch (Exception $e)
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
$oA = array();
|
$oA = array();
|
||||||
foreach ($_folder as $_folderName)
|
foreach ($_folder as $_folderName)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user