Merge 41b68b9e0f
into aaf26d584b
commit
ab60c1364b
|
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue