MantisBT: master-2.24 9ffd549e

Author Committer Branch Timestamp Parent
dregad dregad master-2.24 2020-09-20 05:19 master-2.24 fe3a91cb
Changeset

Define constants for Plugin Priority

Previously, these values were hardcoded.

Note that the priority for the MantisCore pseudo-plugin is now set to
HIGHEST instead of 3 previously. This avoids creating another constant,
considering that it makes sense to load this first anyway.

As suggested by @atrol in [1].

mod - core/constant_inc.php Diff File
mod - core/plugin_api.php Diff File
mod - core/print_api.php Diff File
mod - manage_plugin_update.php Diff File