Skip to content
Snippets Groups Projects
Commit 466ed01e authored by Björn Schießle's avatar Björn Schießle
Browse files

correctFolder() already resolves the dirname internally

parent eaedda21
Branches
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ class Updater {
$cache = $storage->getCache($internalPath);
$cache->remove($internalPath);
$cache->correctFolderSize($parent);
self::correctFolder($parent, time());
self::correctFolder($path, time());
self::correctParentStorageMtime($storage, $internalPath);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment