From: Björn Schießle Date: Wed, 8 May 2013 20:57:08 +0000 (+0200) Subject: don't call correctFolder() in touchHook, it will be called later in the writeUpdate() X-Git-Tag: v5.0.6~7^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8875bae0c3b7798ceabf4de7e68384f20fbf1141;p=nextcloud-server.git don't call correctFolder() in touchHook, it will be called later in the writeUpdate() --- diff --git a/lib/files/cache/updater.php b/lib/files/cache/updater.php index f339ccd5b76..9781c76d69c 100644 --- a/lib/files/cache/updater.php +++ b/lib/files/cache/updater.php @@ -122,7 +122,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); }