From ad4dc7d2655247748dce9072ba6e365aa9555b59 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 18 May 2012 01:35:07 +0200 Subject: [PATCH] MDL-33079 Enable IMS-CC export (backup converter) --- backup/util/helper/convert_helper.class.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/backup/util/helper/convert_helper.class.php b/backup/util/helper/convert_helper.class.php index 8f481dec7f2..e5d21b8fbaf 100644 --- a/backup/util/helper/convert_helper.class.php +++ b/backup/util/helper/convert_helper.class.php @@ -55,12 +55,6 @@ abstract class convert_helper { $converters = array(); - // Only apply for backup converters if the (experimental) setting enables it. - // This will be out once we get proper support of backup converters. MDL-29956 - if (!$restore && empty($CFG->enablebackupconverters)) { - return $converters; - } - $plugins = get_list_of_plugins('backup/converter'); foreach ($plugins as $name) { $filename = $restore ? 'lib.php' : 'backuplib.php'; -- 2.43.0