Merge branch 'MDL-69736-master' of git://github.com/ferranrecio/moodle into master
This commit is contained in:
@@ -353,6 +353,9 @@ class player {
|
||||
$settings['moodleLibraryPaths'] = $this->core->get_dependency_roots($this->h5pid);
|
||||
// Add also the Moodle component where the results will be tracked.
|
||||
$settings['moodleComponent'] = $this->component;
|
||||
if (!empty($settings['moodleComponent'])) {
|
||||
$settings['reportingIsEnabled'] = true;
|
||||
}
|
||||
|
||||
$cid = $this->get_cid();
|
||||
// The filterParameters function should be called before getting the dependencyfiles because it rebuild content
|
||||
|
||||
Reference in New Issue
Block a user