fix incorrect variable name in libfilestorage
This commit is contained in:
parent
815f239014
commit
d8ba312679
|
@ -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 New Issue