Merge branch 'JI-92-path-fix'

pull/38/head
Frode Petterson 2017-03-02 10:18:28 +01:00
commit 66409f1a14
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }
/** /**