From e58d16f01a3ddbb1338f2f7ac9437d092af21caf Mon Sep 17 00:00:00 2001 From: Daniel Thies Date: Thu, 17 Aug 2023 08:58:03 -0500 Subject: [PATCH] VID-686: Bug fix --- options.php | 1 - 1 file changed, 1 deletion(-) diff --git a/options.php b/options.php index 44a886bc..2655ba5e 100644 --- a/options.php +++ b/options.php @@ -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); }