MDL-80868 question: correct deleted format plugin definitions.

This commit is contained in:
Paul Holden
2024-02-08 16:15:29 +00:00
parent 3fc907e3d8
commit d30b526bb7
+1 -2
View File
@@ -1720,7 +1720,6 @@ class core_plugin_manager {
// branch, listed should be no plugins that were removed at 1.9.x - 2.1.x versions as
// Moodle 2.3 supports upgrades from 2.2.x only.
$plugins = array(
'qformat' => array('blackboard', 'learnwise', 'examview'),
'assignment' => array('offline', 'online', 'upload', 'uploadsingle'),
'auth' => array('radius', 'fc', 'nntp', 'pam', 'pop3', 'imap'),
'block' => array('course_overview', 'messages', 'community', 'participants', 'quiz_results'),
@@ -1730,7 +1729,7 @@ class core_plugin_manager {
'filter' => array('censor'),
'media' => array('swf'),
'portfolio' => array('picasa', 'boxnet'),
'qformat' => array('webct'),
'qformat' => array('blackboard', 'learnwise', 'examview', 'webct'),
'message' => array('jabber'),
'mod' => array('assignment'),
'quizaccess' => array('safebrowser'),