Browse Source

Issue 937: More PHPCS fixes.

pull/938/head
Alexander O'Neill 1 year ago
parent
commit
994545798b
  1. 2
      modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php

2
modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php

@ -314,7 +314,7 @@ class IIIFManifest extends StylePluginBase {
// Give other modules a chance to alter the canvas. // Give other modules a chance to alter the canvas.
$alter_options = [ $alter_options = [
'options' => $this->options, 'options' => $this->options,
'views_plugin' => $this 'views_plugin' => $this,
]; ];
$this->moduleHandler->alter('islandora_iiif_manifest_canvas', $tmp_canvas, $row, $alter_options); $this->moduleHandler->alter('islandora_iiif_manifest_canvas', $tmp_canvas, $row, $alter_options);

Loading…
Cancel
Save