diff --git a/h5p/classes/editor.php b/h5p/classes/editor.php index eed37740cab..dfa171b2067 100644 --- a/h5p/classes/editor.php +++ b/h5p/classes/editor.php @@ -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)) {