Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion view.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
$completion = new completion_info($course);
$completion->set_module_viewed($cm);

//$PAGE->set_echolink('/mod/echolink/view.php', array('id' => $cm->id)); // Problematic Moodle call... need to disable for now
$PAGE->set_url('/mod/echolink/view.php', array('id' => $cm->id));

// Make sure Echo360 Link exists before generating output - some older sites may contain empty echolinks
// Do not use PARAM_URL here, it is too strict and does not support general URIs!
Expand Down