From 11c889b22234fe8a374fefc34ca5ae16bb41f7fa Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Mon, 4 Dec 2023 08:05:21 -0500 Subject: [PATCH] remove accidental newline --- modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php b/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php index 42262a0b..4360e2c2 100644 --- a/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php +++ b/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php @@ -343,7 +343,6 @@ class IIIFManifest extends StylePluginBase { // If this is a TIFF AND we don't know the width/height // see if we can get the image size via PHP's core function. - if ($mime_type === 'image/tiff' && (!$width || !$height)) { $uri = $image->entity->getFileUri(); $path = $this->fileSystem->realpath($uri);