Skip to content

Commit

Permalink
Update modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Adam <607975+adam-vessey@users.noreply.github.com>
  • Loading branch information
alxp and adam-vessey authored Jul 10, 2024
1 parent bdde016 commit e30bf3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public function render() {
// For each row in the View result.
foreach ($this->view->result as $row) {
// Add the IIIF URL to the image to print out as JSON.
$canvases = $this->getTileSourceFromRow($row, $iiif_address, $iiif_base_id, $structured_text_term);
$canvases = $this->getTileSourceFromRow($row, $iiif_address, $iiif_base_id);
foreach ($canvases as $tile_source) {
$json['sequences'][0]['canvases'][] = $tile_source;
}
Expand Down

0 comments on commit e30bf3d

Please sign in to comment.