Skip to content

Commit

Permalink
Merge branch 'MDL-80868' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
HuongNV13 committed Feb 22, 2024
2 parents e4c70c3 + d30b526 commit e7e0d2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/classes/plugin_manager.php
Expand Up @@ -1720,7 +1720,6 @@ public static function is_deleted_standard_plugin($type, $name) {
// 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'),
Expand All @@ -1731,7 +1730,7 @@ public static function is_deleted_standard_plugin($type, $name) {
'h5plib' => array('v124'),
'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'),
Expand Down

0 comments on commit e7e0d2b

Please sign in to comment.