Merge branch 'MDL-28466-master' of git://github.com/danpoltawski/moodle

This commit is contained in:
Marina Glancy
2013-07-15 13:07:37 +10:00
16 changed files with 2 additions and 2824 deletions
+2 -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])) {
@@ -715,7 +716,7 @@ class plugin_manager {
),
'enrol' => array(
'authorize', 'category', 'cohort', 'database', 'flatfile',
'category', 'cohort', 'database', 'flatfile',
'guest', 'imsenterprise', 'ldap', 'manual', 'meta', 'mnet',
'paypal', 'self'
),