Removed api_version from site data, since it is part of url now.
parent
3611da5921
commit
d3d5dbe1a7
|
@ -2477,7 +2477,6 @@ class H5PCore {
|
||||||
$siteData = array_merge(
|
$siteData = array_merge(
|
||||||
$registrationData,
|
$registrationData,
|
||||||
array(
|
array(
|
||||||
'api_version' => 2,
|
|
||||||
'num_authors' => $this->h5pF->getNumAuthors(),
|
'num_authors' => $this->h5pF->getNumAuthors(),
|
||||||
'libraries' => json_encode($this->combineArrayValues(array(
|
'libraries' => json_encode($this->combineArrayValues(array(
|
||||||
'patch' => $this->getLibrariesInstalled(),
|
'patch' => $this->getLibrariesInstalled(),
|
||||||
|
|
Loading…
Reference in New Issue