Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
2cd972c
)
Merge branch 'MDL-33079' of git://github.com/stronk7/moodle
author
Dan Poltawski
<dan@moodle.com>
Mon, 21 May 2012 05:26:36 +0000
(13:26 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 21 May 2012 05:26:36 +0000
(13:26 +0800)
backup/util/helper/convert_helper.class.php
patch
|
blob
|
blame
|
history
diff --git
a/backup/util/helper/convert_helper.class.php
b/backup/util/helper/convert_helper.class.php
index
8f481de
..
e5d21b8
100644
(file)
--- 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';