diff --git a/h5p-development.class.php b/h5p-development.class.php index cae5433..5b90ac9 100644 --- a/h5p-development.class.php +++ b/h5p-development.class.php @@ -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'); } /**