mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
don't call correctFolder() in touchHook, it will be called later in the writeUpdate()
This commit is contained in:
parent
bda8187f3b
commit
2e81efc37e
1 changed files with 0 additions and 1 deletions
1
lib/files/cache/updater.php
vendored
1
lib/files/cache/updater.php
vendored
|
|
@ -138,7 +138,6 @@ class Updater {
|
|||
$id = $cache->getId($internalPath);
|
||||
if ($id !== -1) {
|
||||
$cache->update($id, array('etag' => $storage->getETag($internalPath)));
|
||||
self::correctFolder($parent, $time);
|
||||
}
|
||||
self::writeUpdate($path);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue