Skip to content

Commit

Permalink
FIX: whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kitzberger committed Nov 7, 2023
1 parent 090df7c commit ef9c173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/DataProcessing/GalleryProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ef9c173

Please sign in to comment.