From d2d73f1ce8733623a780db62427c61ff007b33cb Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 15 Dec 2017 11:31:13 +0100 Subject: Also replace all other occurences Signed-off-by: Morris Jobke --- core/Command/Maintenance/UpdateTheme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Command/Maintenance') diff --git a/core/Command/Maintenance/UpdateTheme.php b/core/Command/Maintenance/UpdateTheme.php index cf015b82635..2ab66a4ce75 100644 --- a/core/Command/Maintenance/UpdateTheme.php +++ b/core/Command/Maintenance/UpdateTheme.php @@ -57,7 +57,7 @@ class UpdateTheme extends UpdateJS { parent::execute($input, $output); // cleanup image cache - $c = $this->cacheFactory->create('imagePath'); + $c = $this->cacheFactory->createDistributed('imagePath'); $c->clear(''); $output->writeln('Image cache cleared'); } -- cgit v1.2.3