aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2025-01-23 11:41:39 +0100
committerMarcel Klehr <mklehr@gmx.net>2025-01-24 16:45:43 +0100
commitc1db2eb0a97f0ebe8ce213887f623823b26a299a (patch)
tree405a0dee08375f9a69fff0a90b9c9039e276f6f2 /lib
parentc489d7d8a527ac08f4e58b23946622e900b305bc (diff)
downloadnextcloud-server-c1db2eb0a97f0ebe8ce213887f623823b26a299a.tar.gz
nextcloud-server-c1db2eb0a97f0ebe8ce213887f623823b26a299a.zip
fix: copypasta
Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/TaskProcessing/Manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/TaskProcessing/Manager.php b/lib/private/TaskProcessing/Manager.php
index 439b8c3c746..10224584b43 100644
--- a/lib/private/TaskProcessing/Manager.php
+++ b/lib/private/TaskProcessing/Manager.php
@@ -101,7 +101,7 @@ class Manager implements IManager {
) {
$this->appData = $appDataFactory->get('core');
$this->cache = $cacheFactory->createLocal('task_processing::');
- $this->cache = $cacheFactory->createDistributed('task_processing::');
+ $this->distributedCache = $cacheFactory->createDistributed('task_processing::');
}