From 8dcdcc32118f953c7b024c3f0dccfe996aa186e8 Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Mon, 17 Jul 2023 17:27:59 -0300 Subject: [PATCH] Address code review comment. --- modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php | 2 +- 1 file changed, 1 insertion(+), 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 85dbe0a6..d99e9176 100644 --- a/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php +++ b/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php @@ -288,7 +288,7 @@ class IIIFManifest extends StylePluginBase { ], ]; - if ($ocr_url = $this->getOcrUrl($entity, $this->structuredTextTerm)) { + if ($ocr_url = $this->`getOcrUrl`($entity)) { $tmp_canvas['seeAlso'] = [ '@id' => $ocr_url, 'format' => 'text/vnd.hocr+html',