switch back to return cached result (was disabled for testing)

This commit is contained in:
Klaus Leithoff 2014-02-28 08:32:44 +00:00
parent 0dbb43720d
commit 49230b834a

View File

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