catalyst / moodle-mod_scormremote

A Moodle activity for serving SCORM packages remotely to another LMS across domains
https://moodle.org/plugins/mod_scormremote
Other
9 stars 3 forks source link

47 : fix ArgumentCountError for get_record_by_domain method #48

Closed NagaSirishaGarapati closed 1 year ago

NagaSirishaGarapati commented 1 year ago

47

Before: line 134 of /mod/scormremote/classes/client.php: ArgumentCountError thrown line 39 of /mod/scormremote/submit_completion.php: call to mod_scormremote\client::get_record_by_domain When completing SCORM Package

After No Error