fix floicon not imported from global namespace
This commit is contained in:
parent
9d7ba773ec
commit
bf88c64d1e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue