Skip to content
Snippets Groups Projects
Commit 96e08a1d authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Fix function name

parent 77f12c52
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment