MantisBT: master 5cd6831f

Author Committer Branch Timestamp Parent
dregad dregad master 2019-05-05 10:31 master 41a703fd
Changeset

plugin_find_all() now returns invalid plugins too

Invalid or missing plugins are now included in the array of MantisPlugin
objects returned by the function, as objects of InvalidPlugin class
(or one of its child classes).

This allows special handling of by the caller.

mod - core/plugin_api.php Diff File