mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 09:08:22 -04:00
fix incorrect variable name in libfilestorage
This commit is contained in:
parent
815f239014
commit
d8ba312679
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ class OC_FILESTORAGE_LOCAL extends OC_FILESTORAGE{
|
|||
}
|
||||
}
|
||||
if($return=rmdir($dir)){
|
||||
$this->clearFolderSizeCache($path);
|
||||
$this->clearFolderSizeCache($dir);
|
||||
}
|
||||
return $return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue