Fix development file path to semantics.json.
parent
4c973c3088
commit
41b68b9e0f
|
@ -153,7 +153,7 @@ class H5PDevelopment {
|
||||||
if (isset($this->libraries[$library]) === FALSE) {
|
if (isset($this->libraries[$library]) === FALSE) {
|
||||||
return NULL;
|
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