mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
fix variable name
This commit is contained in:
parent
d07025e5ee
commit
21c6eb18dc
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ function getLastSnapTime(array $files): int
|
|||
|
||||
foreach ($files as $file)
|
||||
{
|
||||
if (is_dir($filename) || is_link($filename) || str_starts_with($filename, '.'))
|
||||
if (is_dir($file) || is_link($file) || str_starts_with($file, '.'))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue