From d3d5dbe1a7408326f52d60487120f864a5f7102e Mon Sep 17 00:00:00 2001 From: thomasmars Date: Tue, 21 Mar 2017 14:48:52 +0100 Subject: [PATCH] Removed api_version from site data, since it is part of url now. --- h5p.classes.php | 1 - 1 file changed, 1 deletion(-) 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(),