From 0ca15003301bcdf2625c75fbd0f874922899dde3 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 2 Dec 2014 16:39:03 +0100 Subject: also clear statcache in mapped local --- lib/private/files/storage/mappedlocal.php | 1 + 1 file changed, 1 insertion(+) 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)); } -- cgit v1.2.3