Removed api_version from site data, since it is part of url now.

pull/38/head
thomasmars 2017-03-21 14:48:52 +01:00
parent 3611da5921
commit d3d5dbe1a7
1 changed files with 0 additions and 1 deletions

View File

@ -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(),