Skip to content

Commit

Permalink
MDL-14589 - guessing at the right way to call this function.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Jul 11, 2010
1 parent ccb5335 commit 3903aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/scorm/loadSCO.php
Expand Up @@ -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
Expand Down

0 comments on commit 3903aab

Please sign in to comment.