Fix function name
This commit is contained in:
parent
77f12c526b
commit
96e08a1d96
|
@ -65,7 +65,7 @@ class Updater {
|
|||
$id = $cache->getId($internalPath);
|
||||
if ($id !== -1) {
|
||||
$cache->update($id, array('etag' => $storage->getETag($internalPath)));
|
||||
self::updateFolderETags($parent);
|
||||
self::eTagUpdate($parent);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue