mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-06 13:34:25 +02:00
FileCache: Use the correct variable when checking a file's modification time
refs #2917
This commit is contained in:
parent
30b752c72c
commit
7b7bfb5a5d
@ -99,7 +99,7 @@ class FileCache
|
||||
return true;
|
||||
}
|
||||
|
||||
$info = stat($file);
|
||||
$info = stat($filename);
|
||||
|
||||
if ($info === false) {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user