Add missing HTML code to backup...

This commit is contained in:
Kumi 2021-12-02 10:48:45 +01:00
parent 5ae2fc8acb
commit df7499249e

View file

@ -47,7 +47,7 @@ class backup_htmlcert_activity_structure_step extends backup_activity_structure_
// The template.
$template = new backup_nested_element('template', array('id'), array(
'name', 'contextid', 'timecreated', 'timemodified'));
'name', 'html', 'contextid', 'timecreated', 'timemodified'));
// The issues.
$issues = new backup_nested_element('issues');