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/local.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/files/storage/local.php b/lib/private/files/storage/local.php
index e33747bbd52..3204082a468 100644
--- a/lib/private/files/storage/local.php
+++ b/lib/private/files/storage/local.php
@@ -130,6 +130,7 @@ if (\OC_Util::runningOnWindows()) {
}
public function filemtime($path) {
+ clearstatcache($this->datadir . $path);
return filemtime($this->datadir . $path);
}