mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-05 20:18:42 +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);
|
throw new PathException($path);
|
||||||
}
|
}
|
||||||
|
|
||||||
return self::createFileTime(filectime($path));
|
return self::createFileTime(filemtime($path));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user