-
Bug
-
Resolution: Fixed
-
Major
-
2.6.2
-
MOODLE_26_STABLE
-
MOODLE_26_STABLE
In backup_dataform_stepslib.php, backup_dataform_activity_structure_step::annotate_dataformplugin_files(), reference to plugin class name
$pluginclass = $plugintype. "_$type";
|
should be
$pluginclass = $plugintype. "_$type". "_$type";
|
and there is no need to require the class file.