Added alignment to activity backup/cloning (#121)

This commit is contained in:
Jesús Alonso Abad 2020-12-01 08:55:50 +01:00 committed by Mark Nelson
parent 383054be39
commit 3b1cd64703

View file

@ -59,7 +59,7 @@ class backup_customcert_activity_structure_step extends backup_activity_structur
$element = new backup_nested_element('element', array('id'), array(
'pageid', 'name', 'element', 'data', 'font', 'fontsize',
'colour', 'posx', 'posy', 'width', 'refpoint', 'sequence',
'timecreated', 'timemodified'));
'alignment', 'timecreated', 'timemodified'));
// The issues.
$issues = new backup_nested_element('issues');