Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
1bbb18fe
Commit
1bbb18fe
authored
Dec 02, 2014
by
Robin Appelman
Browse files
also clear statcache in mapped local
parent
db3f7238
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/private/files/storage/mappedlocal.php
View file @
1bbb18fe
...
...
@@ -153,6 +153,7 @@ class MappedLocal extends \OC\Files\Storage\Common {
}
public
function
filemtime
(
$path
)
{
clearstatcache
(
$this
->
getSourcePath
(
$path
));
return
filemtime
(
$this
->
getSourcePath
(
$path
));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment