mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix: don't recalculate folder size in Cache::delete if the entry didn't exist
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
560282a47b
commit
5ca9d884d7
1 changed files with 0 additions and 3 deletions
|
|
@ -150,9 +150,6 @@ class Updater implements IUpdater {
|
|||
$this->propagator->propagateChange($path, time(), -$entry->getSize());
|
||||
} else {
|
||||
$this->propagator->propagateChange($path, time());
|
||||
if ($this->cache instanceof Cache) {
|
||||
$this->cache->correctFolderSize($parent);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue