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:
Dan Poltawski
2013-07-15 10:25:22 +08:00
parent 317638a3d6
commit fdb0dfe7c0
+1
View File
@@ -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])) {