diff --git a/h5p.classes.php b/h5p.classes.php index 4bf126c..3c77fb7 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -2477,7 +2477,6 @@ class H5PCore { $siteData = array_merge( $registrationData, array( - 'api_version' => 2, 'num_authors' => $this->h5pF->getNumAuthors(), 'libraries' => json_encode($this->combineArrayValues(array( 'patch' => $this->getLibrariesInstalled(),