]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix function name
authorMichael Gapczynski <mtgap@owncloud.com>
Mon, 31 Dec 2012 02:23:17 +0000 (21:23 -0500)
committerMichael Gapczynski <mtgap@owncloud.com>
Mon, 31 Dec 2012 02:23:17 +0000 (21:23 -0500)
lib/files/cache/updater.php

index d57e4a1abe65f2a97e12d62cd9312dfd012893ba..7fc9bd382feb169464e3d3e42f62cb0b7a04436e 100644 (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);
                                }
                        }
                }