Skip to content

Commit

Permalink
MBS-8547: Save embed column
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-csg authored and learningtechnologyservices committed Mar 25, 2024
1 parent 2b6702e commit b83b511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backup/moodle2/backup_board_stepslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ protected function define_structure() {

$userinfo = $this->get_setting_value('userinfo');

$board = new backup_nested_element('board', array('id'), array(
$board = new backup_nested_element('board', ['id'], [
'course', 'name', 'timemodified', 'intro', 'introformat', 'historyid',
'background_color', 'addrating', 'hideheaders', 'sortby', 'postby', 'userscanedit', 'singleusermode',
'completionnotes'));
'completionnotes', 'embed']);

$columns = new backup_nested_element('columns');
$column = new backup_nested_element('column', array('id'), array('boardid', 'name', 'sortorder'));
Expand Down

0 comments on commit b83b511

Please sign in to comment.