floIcon: declare images property

This commit is contained in:
Andrew Dolgov 2021-02-23 11:05:58 +03:00
parent 2ae0b7059f
commit 46e650622c
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ class floIconIcon {
}
class floIcon {
public $images = array();
function readICO($file) {
$jim = new jimIcon();
$icon = new floIconIcon();