MDL-30786 no need for 1.9-2.2 upgrade info in 2.3

This commit is contained in:
Petr Skoda
2011-12-23 10:35:32 +01:00
parent ec8935f576
commit 34c7280375
+1 -2
View File
@@ -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])) {