From ede2e6bba917aeb66a60cbfe699663d402039850 Mon Sep 17 00:00:00 2001 From: DFNVC <git@vc.dfn.de> Date: Wed, 28 Feb 2018 12:38:12 +0100 Subject: [PATCH] =?UTF-8?q?HTTP-Redirect=20beim=20L=C3=B6schen=20von=20Auf?= =?UTF-8?q?nahmen=20korrigiert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- delrecording.php | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/delrecording.php b/delrecording.php index 85bd359..0c7173d 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 cfb3fc5..a251683 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) -- GitLab