mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-33079 Enable IMS-CC export (backup converter)
This commit is contained in:
parent
71d7bc34a8
commit
ad4dc7d265
1 changed files with 0 additions and 6 deletions
|
@ -55,12 +55,6 @@ abstract class convert_helper {
|
||||||
|
|
||||||
$converters = array();
|
$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');
|
$plugins = get_list_of_plugins('backup/converter');
|
||||||
foreach ($plugins as $name) {
|
foreach ($plugins as $name) {
|
||||||
$filename = $restore ? 'lib.php' : 'backuplib.php';
|
$filename = $restore ? 'lib.php' : 'backuplib.php';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue