summaryrefslogtreecommitdiffstats
path: root/lib/Service/UpdaterService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/UpdaterService.php')
-rw-r--r--lib/Service/UpdaterService.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Service/UpdaterService.php b/lib/Service/UpdaterService.php
index 7f1b04ddc..bc7c9f562 100644
--- a/lib/Service/UpdaterService.php
+++ b/lib/Service/UpdaterService.php
@@ -45,8 +45,8 @@ class UpdaterService
public function beforeUpdate()
{
- $this->folderService->purgeDeleted();
- $this->feedService->purgeDeleted();
+ $this->folderService->purgeDeleted(null, null);
+ $this->feedService->purgeDeleted(null, null);
}