From ef9c17371934f0dce99843e29cb06b358490efc9 Mon Sep 17 00:00:00 2001 From: Philipp Kitzberger Date: Tue, 7 Nov 2023 16:59:19 +0100 Subject: [PATCH] FIX: whitespaces --- Classes/DataProcessing/GalleryProcessor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/DataProcessing/GalleryProcessor.php b/Classes/DataProcessing/GalleryProcessor.php index 56972a87..2f5ea49a 100644 --- a/Classes/DataProcessing/GalleryProcessor.php +++ b/Classes/DataProcessing/GalleryProcessor.php @@ -205,7 +205,7 @@ protected function prepareGalleryData() $fileExtension = $this->processorConfiguration['fileExtension'] ?? null; if ($fileObj['properties']['type'] === 'image') { - $image = $this->getImageService()->getImage((string)$fileObj['properties']['fileReferenceUid'], null, true); + $image = $this->getImageService()->getImage((string)$fileObj['properties']['fileReferenceUid'], null, true); // 1. render image as usual $fileObj = $this->getFileUtility()->processFile(