Skip to content
Snippets Groups Projects
Commit 1bbb18fe authored by Robin Appelman's avatar Robin Appelman
Browse files

also clear statcache in mapped local

parent db3f7238
Branches
No related tags found
No related merge requests found
......@@ -153,6 +153,7 @@ class MappedLocal extends \OC\Files\Storage\Common {
}
public function filemtime($path) {
clearstatcache($this->getSourcePath($path));
return filemtime($this->getSourcePath($path));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment