Fixed broken core - using wrong function name [HFP-805]

pull/36/head
Paal Joergensen 2017-03-07 10:36:49 +01:00
parent 37f4399ab4
commit 914ee55ac5
1 changed files with 1 additions and 1 deletions

View File

@ -2885,7 +2885,7 @@ class H5PCore {
'majorVersion' => $local_lib->major_version,
'minorVersion' => $local_lib->minor_version
), TRUE);
$icon_path = $this->h5pF->getLibraryFilePath($library_folder, 'icon.svg');
$icon_path = $this->h5pF->getLibraryFileUrl($library_folder, 'icon.svg');
}
foreach ($cached_libraries as &$cached_lib) {