Fix function name

This commit is contained in:
Michael Gapczynski 2012-12-30 21:23:17 -05:00
parent 77f12c526b
commit 96e08a1d96
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}