correctFolder() already resolves the dirname internally

This commit is contained in:
Bjoern Schiessle 2013-11-28 16:31:01 +01:00
parent eaedda2116
commit 466ed01e5d
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}