From fdb0dfe7c07aa93403b4d14b92fae993e3a23284 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Mon, 15 Jul 2013 10:15:16 +0800 Subject: [PATCH] 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! --- lib/pluginlib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pluginlib.php b/lib/pluginlib.php index b76cd313741..fb6ff3b1601 100644 --- a/lib/pluginlib.php +++ b/lib/pluginlib.php @@ -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])) {