mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 13:35:59 +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")) {
|
if (class_exists("floIcon")) {
|
||||||
|
|
||||||
$ico = new floIcon();
|
$ico = new \floIcon();
|
||||||
@$ico->readICO($imageFile);
|
@$ico->readICO($imageFile);
|
||||||
|
|
||||||
if(count($ico->images)==0)
|
if(count($ico->images)==0)
|
||||||
|
|||||||
Reference in New Issue
Block a user