Skip to content

Commit

Permalink
Merge pull request #721 from ffhs/bugfix/720-decode-link-in-intro
Browse files Browse the repository at this point in the history
Decode links in the description during restore (#720)
  • Loading branch information
danmarsden authored Feb 4, 2024
2 parents 4fee761 + 6edd821 commit 6aec1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backup/moodle2/restore_attendance_activity_task.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ protected function define_my_steps() {
public static function define_decode_contents() {
$contents = array();

$contents[] = new restore_decode_content('attendance', array('intro'), 'attendance');
$contents[] = new restore_decode_content('attendance_sessions',
array('description'), 'attendance_session');

Expand Down

0 comments on commit 6aec1a5

Please sign in to comment.