From 3e83023bf69ece20f6248f17acb81abfdee514c2 Mon Sep 17 00:00:00 2001 From: Sam Tuke Date: Thu, 10 Jan 2013 18:16:56 +0000 Subject: [PATCH] Removed unnecessary line --- lib/filecache.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/filecache.php b/lib/filecache.php index 0ef73d2efc3..aa58a8ef12f 100644 --- a/lib/filecache.php +++ b/lib/filecache.php @@ -367,7 +367,6 @@ class OC_FileCache{ while($id!=-1) {//walk up the filetree increasing the size of all parent folders $query=OC_DB::prepare('UPDATE `*PREFIX*fscache` SET `size`=`size`+? WHERE `id`=?'); $query->execute(array($sizeDiff, $id)); - $id=self::getParentId($path); $path=dirname($path); if($path == '' or $path =='/') { return; -- 2.39.5