Skip to content
Snippets Groups Projects
Unverified Commit c9620109 authored by Frode Petterson's avatar Frode Petterson Committed by GitHub
Browse files

Merge pull request #128 from sarjona/PHP80

Fix PHP8.0 warning
parents 40015f54 2edfd9b9
No related branches found
No related tags found
No related merge requests found
...@@ -373,7 +373,7 @@ class H5peditor { ...@@ -373,7 +373,7 @@ class H5peditor {
* *
* @return array Libraries that was requested * @return array Libraries that was requested
*/ */
public function getLibraryData($machineName, $majorVersion, $minorVersion, $languageCode, $prefix = '', $fileDir = '', $defaultLanguage) { public function getLibraryData($machineName, $majorVersion, $minorVersion, $languageCode, $prefix = '', $fileDir = '', $defaultLanguage = '') {
$libraryData = new stdClass(); $libraryData = new stdClass();
$library = $this->h5p->loadLibrary($machineName, $majorVersion, $minorVersion); $library = $this->h5p->loadLibrary($machineName, $majorVersion, $minorVersion);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment