Merge branch 'MDL-68922-master' of git://github.com/sarjona/moodle

This commit is contained in:
Adrian Greeve 2020-06-08 10:16:53 +08:00
commit 8d20e3c688

View File

@ -228,10 +228,6 @@ class editor {
throw new coding_exception('Missing H5P library.');
}
if ($content->h5plibrary != $this->library) {
throw new coding_exception("Wrong H5P library.");
}
$content->params = $content->h5pparams;
if (!empty($this->oldcontent)) {