mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:05:56 +00:00
fix floicon not imported from global namespace
This commit is contained in:
@@ -298,7 +298,7 @@ function hsl2rgb($arr) {
|
||||
|
||||
if (class_exists("floIcon")) {
|
||||
|
||||
$ico = new floIcon();
|
||||
$ico = new \floIcon();
|
||||
@$ico->readICO($imageFile);
|
||||
|
||||
if(count($ico->images)==0)
|
||||
|
||||
Reference in New Issue
Block a user