summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-23 11:05:58 +0300
committerAndrew Dolgov <[email protected]>2021-02-23 11:05:58 +0300
commit46e650622c203047d1b756991bd14ec5071e9c03 (patch)
treeddd0c26ec8e8546d9a81beb39e119f0c767fb442 /lib
parent2ae0b7059f2ed56b92a8f396c63224b36f71df09 (diff)
floIcon: declare images property
Diffstat (limited to 'lib')
-rw-r--r--lib/floIcon.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/floIcon.php b/lib/floIcon.php
index 11a102b50..c3dcbe52e 100644
--- a/lib/floIcon.php
+++ b/lib/floIcon.php
@@ -10,6 +10,8 @@ class floIconIcon {
}
class floIcon {
+ public $images = array();
+
function readICO($file) {
$jim = new jimIcon();
$icon = new floIconIcon();