Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.9
-
Fix Version/s: 3.9
-
Component/s: H5P
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_39_STABLE
-
Fixed Branches:MOODLE_39_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-68855-master -
Pull Master Diff URL:
-
Sprint:Moppies Kanban
Description
Dani has found an issue with get_h5pactivities_by_courses.php::execute(): the package URL is not correct because the itemid (=0) is not there.
For fixing it, the last parameter in this line should be set to true (to include the itemid in the URL).