Skip to content

Commit

Permalink
Fix restore strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Dec 5, 2024
1 parent b306ee6 commit 80eac59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backup/moodle2/restore_verbalfeedback_stepslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ private function process_localized_string($foreigenkeymapping, $data) {
$data = (object) $data;
$data->foreignkey = $this->get_mappingid($foreigenkeymapping, $data->foreignkey);
$data->languageid = $this->get_mappingid('language', $data->languageid);
$data->typeid = $this->get_mappingid('typeid', $data->typeid);
$data->instanceid = $this->instanceid;
$DB->insert_record('verbalfeedback_local_string', $data);
}
Expand Down

0 comments on commit 80eac59

Please sign in to comment.