]> 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)
committerMatthew Dawson <matthew@mjdsystems.ca>
Wed, 16 Mar 2011 21:56:05 +0000 (17:56 -0400)
commit39292ba0538057f96145e5902d8f0f1e4428e86e
tree0314de7a2889f73cbd345db86d21093a8fce9a4a
parentb98cd2d870317acd9c3a8eadec0d31c1e0c311e7
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.
inc/lib_filestorage.php