diff --git a/core/Controller/SvgController.php b/core/Controller/SvgController.php index 3aa9e73c859..1070047c1cd 100644 --- a/core/Controller/SvgController.php +++ b/core/Controller/SvgController.php @@ -119,7 +119,7 @@ class SvgController extends Controller { * @return DataDisplayResponse|NotFoundResponse */ private function getSvg(string $path, string $color, string $fileName) { - if(!Filesystem::isValidPath($path)) { + if (!Filesystem::isValidPath($path)) { return new NotFoundResponse(); }