mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-13 18:48:40 +00:00
Fix wrong change time
This commit is contained in:
parent
b78c86a0ac
commit
bb30edde28
|
|
@ -178,7 +178,7 @@ class File extends FileAbstract implements FileInterface
|
|||
throw new PathException($path);
|
||||
}
|
||||
|
||||
return self::createFileTime(filectime($path));
|
||||
return self::createFileTime(filemtime($path));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user