don't call correctFolder() in touchHook, it will be called later in the writeUpdate()

This commit is contained in:
Björn Schießle 2013-05-08 22:57:08 +02:00
parent bda8187f3b
commit 2e81efc37e

View file

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