MDL-30786 no need for 1.9-2.2 upgrade info in 2.3
This commit is contained in:
+1
-2
@@ -303,8 +303,7 @@ class plugin_manager {
|
||||
*/
|
||||
public static function is_deleted_standard_plugin($type, $name) {
|
||||
static $plugins = array(
|
||||
'block' => array('admin', 'admin_tree', 'loancalc', 'search'),
|
||||
'filter' => array('mod_data', 'mod_glossary'),
|
||||
// do not add 1.9-2.2 plugin removals here
|
||||
);
|
||||
|
||||
if (!isset($plugins[$type])) {
|
||||
|
||||
Reference in New Issue
Block a user