mirror of
https://github.com/moodle/moodle.git
synced 2025-02-10 10:41:57 +01:00
MDL-14589 - guessing at the right way to call this function.
This commit is contained in:
parent
ccb5335f41
commit
3903aab0aa
@ -120,7 +120,7 @@
|
||||
|
||||
} else if ($scorm->scormtype === SCORM_TYPE_LOCAL or $scorm->scormtype === SCORM_TYPE_LOCALSYNC) {
|
||||
$result = new moodle_url('/pluginfile.php');
|
||||
$result->set_slashargument("/$context->id/mod_scorm/content/$scorm->revision/$launcher")->out();
|
||||
$result->set_slashargument("/$context->id/mod_scorm/content/$scorm->revision/$launcher");
|
||||
}
|
||||
|
||||
// which API are we looking for
|
||||
|
Loading…
x
Reference in New Issue
Block a user