Merge branch 'MDL-78087-master' of https://github.com/sarjona/moodle

This commit is contained in:
Andrew Nicols 2023-05-23 10:25:48 +08:00
commit 4a2dabc2ad
No known key found for this signature in database
GPG Key ID: 6D1E3157C8CFBF14

View File

@ -89,7 +89,7 @@ class core extends H5PCore {
'core_h5p', 'core_h5p',
'libraries', 'libraries',
$library->id, $library->id,
"/" . self::libraryToString($dependency, true), "/" . self::libraryToFolderName($dependency),
'' ''
))->out(false); ))->out(false);
} }