parent
b16b0c1e0b
commit
2a20dc23ae
|
@ -2467,10 +2467,10 @@ class H5PCore {
|
|||
$data = array(
|
||||
'api_version' => 2,
|
||||
'uuid' => $uuid,
|
||||
'platform_name' => $platform->name,
|
||||
'platform_version' => $platform->version,
|
||||
'h5p_version' => $platform->h5pVersion,
|
||||
'disabled' => $fetchingDisabled,
|
||||
'platform_name' => $platform['name'],
|
||||
'platform_version' => $platform['version'],
|
||||
'h5p_version' => $platform['h5pVersion'],
|
||||
'disabled' => $fetchingDisabled ? 1 : 0,
|
||||
'local_id' => hash('crc32', $this->fullPluginPath),
|
||||
'type' => $this->h5pF->getOption('site_type', 'local'),
|
||||
'num_authors' => $this->h5pF->getNumAuthors(),
|
||||
|
|
Loading…
Reference in New Issue