]> source.dussan.org Git - nextcloud-server.git/commit
When moving a file from/to a temporary location, also update the file access/modifica...
authorMatthew Dawson <matthew@mjdsystems.ca>
Fri, 11 Mar 2011 17:03:30 +0000 (12:03 -0500)
committerRobin Appelman <icewind1991@gmail.com>
Thu, 17 Mar 2011 19:57:28 +0000 (20:57 +0100)
commitf2627dd7578f33ca5ab392164cb29714ebff1f6b
tree85c68b3d12a30783134e3da6afbf4549ecf63ecb
parent49a78333fb4d9b5473ab82aca28d500b80739bde
When moving a file from/to a temporary location, also update the file access/modification times.

When PHP moves a file across filesystem boundaries, it does not update the access/modification times.
Thus do it manually so that this information is not lost.
lib/filestorage.php