mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #48021 from nextcloud/backport/48015/stable30
This commit is contained in:
commit
58f4320a64
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class Local extends \OC\Files\Storage\Common {
|
|||
* @var \SplFileInfo $file
|
||||
*/
|
||||
$file = $it->current();
|
||||
clearstatcache(true, $this->getSourcePath($file));
|
||||
clearstatcache(true, $file->getRealPath());
|
||||
if (in_array($file->getBasename(), ['.', '..'])) {
|
||||
$it->next();
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue