Fix wrong change time

This commit is contained in:
Dennis Eichhorn 2018-04-24 19:26:35 +02:00
parent b78c86a0ac
commit bb30edde28

View File

@ -178,7 +178,7 @@ class File extends FileAbstract implements FileInterface
throw new PathException($path);
}
return self::createFileTime(filectime($path));
return self::createFileTime(filemtime($path));
}
/**