mirror of
https://github.com/Combodo/iTop.git
synced 2026-09-16 19:58:51 +02:00
N°10026 - Problem with apc-emulation when no file is present
This commit is contained in:
@@ -272,6 +272,7 @@ class apcFile
|
||||
return;
|
||||
}
|
||||
if (!self::$aFilesByTime) {
|
||||
self::$aFilesByTime = [];
|
||||
self::ListFilesByTime();
|
||||
self::$iFileCount = count(self::$aFilesByTime);
|
||||
if ($iMaxFiles !== 0) {
|
||||
|
||||
Reference in New Issue
Block a user