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
7761f028
Commit
7761f028
authored
Nov 27, 2014
by
Joas Schilling
Browse files
Also clearstatcache() in MappedLocal before using the stats
Local change
283c10f0
parent
50f85bfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/private/files/storage/mappedlocal.php
View file @
7761f028
...
...
@@ -109,6 +109,7 @@ class MappedLocal extends \OC\Files\Storage\Common {
}
public
function
stat
(
$path
)
{
clearstatcache
();
$fullPath
=
$this
->
getSourcePath
(
$path
);
$statResult
=
stat
(
$fullPath
);
if
(
PHP_INT_SIZE
===
4
&&
!
$this
->
is_dir
(
$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