Add missing HTML code to backup...
This commit is contained in:
parent
5ae2fc8acb
commit
df7499249e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class backup_htmlcert_activity_structure_step extends backup_activity_structure_
|
||||||
|
|
||||||
// The template.
|
// The template.
|
||||||
$template = new backup_nested_element('template', array('id'), array(
|
$template = new backup_nested_element('template', array('id'), array(
|
||||||
'name', 'contextid', 'timecreated', 'timemodified'));
|
'name', 'html', 'contextid', 'timecreated', 'timemodified'));
|
||||||
|
|
||||||
// The issues.
|
// The issues.
|
||||||
$issues = new backup_nested_element('issues');
|
$issues = new backup_nested_element('issues');
|
||||||
|
|
Loading…
Reference in a new issue