MDL-14589 - guessing at the right way to call this function.

This commit is contained in:
Dan Marsden 2010-07-11 23:07:02 +00:00
parent ccb5335f41
commit 3903aab0aa

View File

@ -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