Skip to content
Snippets Groups Projects
Commit ede2e6bb authored by DFNVC's avatar DFNVC
Browse files

HTTP-Redirect beim Löschen von Aufnahmen korrigiert.

parent 2b635df3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment