MDL-28466 pluginlib: Add enrol_authorize as standard deleted plugin
This means we won't bother our users about it in the plugin list thanks Marina for picking it up!
This commit is contained in:
@@ -636,6 +636,7 @@ class plugin_manager {
|
||||
// Moodle 2.3 supports upgrades from 2.2.x only.
|
||||
$plugins = array(
|
||||
'qformat' => array('blackboard'),
|
||||
'enrol' => array('authorize'),
|
||||
);
|
||||
|
||||
if (!isset($plugins[$type])) {
|
||||
|
||||
Reference in New Issue
Block a user