Remove prefix from file path
Should already be complete at this point. JI-92JI-92-path-fix
parent
bdf60a943d
commit
179601657c
|
@ -285,7 +285,7 @@ class H5PDefaultStorage implements \H5PFileStorage {
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getContent($file_path) {
|
public function getContent($file_path) {
|
||||||
return file_get_contents($this->path . $file_path);
|
return file_get_contents($file_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue