mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Removed unnecessary line
This commit is contained in:
parent
0579b52092
commit
3e83023bf6
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue