also clear statcache in mapped local
This commit is contained in:
parent
db3f7238dd
commit
1bbb18fe87
|
@ -153,6 +153,7 @@ class MappedLocal extends \OC\Files\Storage\Common {
|
|||
}
|
||||
|
||||
public function filemtime($path) {
|
||||
clearstatcache($this->getSourcePath($path));
|
||||
return filemtime($this->getSourcePath($path));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue