1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-12 21:45:56 +00:00

floIcon: declare images property

This commit is contained in:
Andrew Dolgov
2021-02-23 11:05:58 +03:00
parent 2ae0b7059f
commit 46e650622c

View File

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