Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/private/files/storage/mappedlocal.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/files/storage/mappedlocal.php b/lib/private/files/storage/mappedlocal.php
index 4ff02d29523..b08f8b2b0e0 100644
--- a/lib/private/files/storage/mappedlocal.php
+++ b/lib/private/files/storage/mappedlocal.php
@@ -149,6 +149,7 @@ class MappedLocal extends \OC\Files\Storage\Common {
}
public function filemtime($path) {
+ clearstatcache($this->buildPath($path));
return filemtime($this->buildPath($path));
}