diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-05-08 22:57:08 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-05-08 23:00:24 +0200 |
commit | 2e81efc37eeb95b7e5d392349ad393bb94d6928a (patch) | |
tree | b0c51c66fc4aaa5208b241e146c8816a4195373e | |
parent | bda8187f3b305d0d1d7843bb9eaf0074ae5009d4 (diff) | |
download | nextcloud-server-2e81efc37eeb95b7e5d392349ad393bb94d6928a.tar.gz nextcloud-server-2e81efc37eeb95b7e5d392349ad393bb94d6928a.zip |
don't call correctFolder() in touchHook, it will be called later in the writeUpdate()
-rw-r--r-- | lib/files/cache/updater.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/files/cache/updater.php b/lib/files/cache/updater.php index e054b9dafcf..417a47f3830 100644 --- a/lib/files/cache/updater.php +++ b/lib/files/cache/updater.php @@ -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); } |