add missing static, to ensure the use of the cached folderBasicInfo during a single request

This commit is contained in:
Klaus Leithoff 2013-01-11 09:46:09 +00:00
parent de16728ded
commit 0e46ac5353

View File

@ -1683,6 +1683,7 @@ class felamimail_bo
{
return false;
}
static $folderInfoCache; // reduce traffic on single request
static $folderBasicInfo;
if (is_null($folderBasicInfo))
{