diff --git a/delrecording.php b/delrecording.php index 85bd359c5377fd837244fe4c3bc6244cc3bb9ae5..0c7173d6f727bf77d21d7a0827bba30cd4952f91 100644 --- a/delrecording.php +++ b/delrecording.php @@ -33,4 +33,4 @@ if ($user_is_host) { aconnect_remove_meeting($aconnect, $recordingscoid); } -redirect('https://moodle.vc.dfn.de/mod/adobeconnect/view.php?id=' . $id); \ No newline at end of file +redirect($CFG->wwwroot . '/mod/adobeconnect/view.php?id=' . $id); \ No newline at end of file diff --git a/version.php b/version.php index cfb3fc504978a26b4e363c7beb1678a59e138348..a2516835a5172e497793036a73088d250d05f370 100644 --- a/version.php +++ b/version.php @@ -7,7 +7,7 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$plugin->version = 2018020800; // The current module version (Date: YYYYMMDDXX) +$plugin->version = 2018022800; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2014051212; // Requires this Moodle version $plugin->component = 'mod_adobeconnect'; $plugin->cron = 0; // Period for cron to check this module (secs)