pull/72/merge
Jonathan Hedstrom 2021-10-10 21:28:57 -07:00 committed by GitHub
commit ab60c1364b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class H5PDevelopment {
if (isset($this->libraries[$library]) === FALSE) {
return NULL;
}
return $this->getFileContents($this->filesPath . $this->libraries[$library]['path'] . '/semantics.json');
return $this->getFileContents($this->filesPath . '/' . $this->libraries[$library]['path'] . '/semantics.json');
}
/**