Skip to content
Snippets Groups Projects
Commit d8ba3126 authored by Robin Appelman's avatar Robin Appelman
Browse files

fix incorrect variable name in libfilestorage

parent 815f2390
No related branches found
No related tags found
No related merge requests found
......@@ -386,7 +386,7 @@ class OC_FILESTORAGE_LOCAL extends OC_FILESTORAGE{
}
}
if($return=rmdir($dir)){
$this->clearFolderSizeCache($path);
$this->clearFolderSizeCache($dir);
}
return $return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment