mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 18:04:43 +02:00
MDL-67192 core_h5p: remove redundant assignment
This commit is contained in:
parent
a23969a5fa
commit
fe9bb50cb5
@ -197,7 +197,7 @@ class core extends \H5PCore {
|
||||
if ($shoulddownload) {
|
||||
$installed['id'] = $this->fetch_content_type($library);
|
||||
if ($installed['id']) {
|
||||
$installed['name'] = $librarykey = \H5PCore::libraryToString($library);
|
||||
$installed['name'] = \H5PCore::libraryToString($library);
|
||||
$typesinstalled[] = $installed;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user