Skip to content

Commit

Permalink
VID-686: Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dthies committed Sep 6, 2023
1 parent d603e34 commit e58d16f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion options.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
component_callback("videotimeplugin_$name", 'data_preprocessing', [&$defaults, $cm->instance]);
}
$moduleinstance = ['coursemodule' => $cm->id] + (array) $data + (array) $moduleinstance->to_record() + $defaults;
unset($moduleinstance['vimeo_url']);
videotime_update_instance((object) $moduleinstance, $form);
redirect($returnurl);
}
Expand Down

0 comments on commit e58d16f

Please sign in to comment.