Make view work again as well

semantics-font
Svein-Tore Griff With 2015-03-24 19:36:13 +01:00
parent 065ee4e8a2
commit 61a8e7e9e9
1 changed files with 1 additions and 1 deletions

View File

@ -1787,7 +1787,7 @@ class H5PCore {
} }
foreach ($dependency[$type] as $file) { foreach ($dependency[$type] as $file) {
$assets[] = (object) array( $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'] 'version' => $dependency['version']
); );
} }