Islandora / islandora_mirador

Use the Mirador viewer with your Islandora site.
https://www.drupal.org/project/islandora_mirador
GNU General Public License v2.0
3 stars 9 forks source link

[BUG] Fresh install of Mirador with no enabled plugins emits PHP Warning #43

Closed kayakr closed 8 months ago

kayakr commented 8 months ago

What steps does it take to reproduce the issue?

On L54 of Mirador module https://github.com/Islandora/islandora_mirador/blob/2.x/islandora_mirador.module#L54, need to add isset(), e.g. if (isset($enabled_plugins[$plugin_id])) {