summaryrefslogtreecommitdiff
path: root/include/colors.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/colors.php')
-rw-r--r--include/colors.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/colors.php b/include/colors.php
index 408f5aa9d..41158f96e 100644
--- a/include/colors.php
+++ b/include/colors.php
@@ -1,4 +1,5 @@
<?php
+namespace Colors;
if (file_exists("lib/floIcon.php")) {
require_once "lib/floIcon.php";
@@ -297,7 +298,7 @@ function hsl2rgb($arr) {
if (class_exists("floIcon")) {
- $ico = new floIcon();
+ $ico = new \floIcon();
@$ico->readICO($imageFile);
if(count($ico->images)==0)