MantisBT: master b007f386

Author Committer Branch Timestamp Parent
dregad dregad master 2019-05-05 10:48 master c17ba0a1
Changeset

plugin_uninstall(): handle new MissingClassPlugin

The shortcut to return without uninstalling the plugin can only be taken
if the plugin's source code exists (i.e. it is not an instance of
MissingClassPlugin class).

Improve PHPDoc accordingly.

mod - core/plugin_api.php Diff File