Make view work again as well
parent
065ee4e8a2
commit
61a8e7e9e9
|
@ -1787,7 +1787,7 @@ class H5PCore {
|
|||
}
|
||||
foreach ($dependency[$type] as $file) {
|
||||
$assets[] = (object) array(
|
||||
'path' => $prefix . $dependency['path'] . '/' . trim(is_array($file) ? $file['path'] : $file),
|
||||
'path' => /*$prefix .*/ $dependency['path'] . '/' . trim(is_array($file) ? $file['path'] : $file),
|
||||
'version' => $dependency['version']
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue