From 8875bae0c3b7798ceabf4de7e68384f20fbf1141 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= Date: Wed, 8 May 2013 22:57:08 +0200 Subject: [PATCH] don't call correctFolder() in touchHook, it will be called later in the writeUpdate() --- lib/files/cache/updater.php | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.39.5