diff --git a/h5p.classes.php b/h5p.classes.php index a6c9940..628d30a 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -2889,6 +2889,7 @@ class H5PCore { // Add local libraries to supplement content type cache foreach ($local_libraries as $local_lib) { $is_local_only = TRUE; + $icon_path = NULL; // Check if icon is available locally: if($local_lib->has_icon) {