From: Joas Schilling Date: Wed, 6 May 2020 08:54:36 +0000 (+0200) Subject: Fix syntax X-Git-Tag: v19.0.0RC1~2^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9c025134b3a8c6db5f6da14c8d40945fe2026bdb;p=nextcloud-server.git Fix syntax Signed-off-by: Joas Schilling --- diff --git a/core/Command/Maintenance/UpdateTheme.php b/core/Command/Maintenance/UpdateTheme.php index 9be29f885a7..ce13215e05e 100644 --- a/core/Command/Maintenance/UpdateTheme.php +++ b/core/Command/Maintenance/UpdateTheme.php @@ -61,6 +61,6 @@ class UpdateTheme extends UpdateJS { // cleanup image cache $c = $this->cacheFactory->createDistributed('imagePath'); $c->clear(''); - $output->writeln('Image cache cleared'); + $output->writeln('Image cache cleared'); } }