also clear statcache in mapped local

remotes/origin/fix-10825
Robin Appelman 12 years ago
parent db3f7238dd
commit 1bbb18fe87
  1. 1
      lib/private/files/storage/mappedlocal.php

@ -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…
Cancel
Save