Merge branch 'MDL-68285-38' of git://github.com/cescobedo/moodle into MOODLE_38_STABLE
This commit is contained in:
@@ -219,10 +219,6 @@ class core extends \H5PCore {
|
||||
public function fetch_content_type(array $library): ?int {
|
||||
$factory = new factory();
|
||||
|
||||
// Get a temp path to download the content type.
|
||||
$temppath = make_request_directory();
|
||||
$tempfile = "{$temppath}/" . $library['machineName'] . ".h5p";
|
||||
|
||||
// Download the latest content type from the H5P official repository.
|
||||
$fs = get_file_storage();
|
||||
$file = $fs->create_file_from_url(
|
||||
|
||||
Reference in New Issue
Block a user