omeka / Omeka

A flexible web publishing platform for the display of library, museum and scholarly collections, archives and exhibitions.
http://omeka.org
GNU General Public License v3.0
472 stars 193 forks source link

plugin_is_active doesn't handle when a plugin is inactive pending upgrade #1002

Open zerocrates opened 1 year ago

zerocrates commented 1 year ago

This leads to issues in themes that guard plugin specific code with plugin_is_active.

Not hugely severe because people mostly don't leave plugins in the pending upgrade status but the function should be handling this.