mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
switch back to return cached result (was disabled for testing)
This commit is contained in:
parent
0dbb43720d
commit
49230b834a
@ -1977,7 +1977,7 @@ class mail_bo
|
||||
{
|
||||
//error_log(__METHOD__.__LINE__.' using Cached folderObjects'.array2string($folders2return[$this->icServer->ImapServerId]));
|
||||
if (self::$debugTimes) self::logRunTimes($starttime,null,'from Cache',__METHOD__.__LINE__);
|
||||
//return $folders2return[$this->icServer->ImapServerId];
|
||||
return $folders2return[$this->icServer->ImapServerId];
|
||||
}
|
||||
}
|
||||
$isUWIMAP = false;
|
||||
|
Loading…
Reference in New Issue
Block a user