mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
add missing static, to ensure the use of the cached folderBasicInfo during a single request
This commit is contained in:
parent
de16728ded
commit
0e46ac5353
@ -1683,6 +1683,7 @@ class felamimail_bo
|
||||
{
|
||||
return false;
|
||||
}
|
||||
static $folderInfoCache; // reduce traffic on single request
|
||||
static $folderBasicInfo;
|
||||
if (is_null($folderBasicInfo))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user