fix incorrect variable name in libfilestorage

remotes/origin/stable
Robin Appelman 14 years ago
parent 815f239014
commit d8ba312679
  1. 2
      lib/filestorage.php

@ -386,7 +386,7 @@ class OC_FILESTORAGE_LOCAL extends OC_FILESTORAGE{
}
}
if($return=rmdir($dir)){
$this->clearFolderSizeCache($path);
$this->clearFolderSizeCache($dir);
}
return $return;
}

Loading…
Cancel
Save