summaryrefslogtreecommitdiff
path: root/include/colors.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-15 18:22:48 +0400
committerAndrew Dolgov <[email protected]>2013-04-15 18:22:48 +0400
commitbc7a144dd589302025c3b024d6da71f2e53d6496 (patch)
tree94b16695972e4476b4582b55a7a36936b1fd9d28 /include/colors.php
parent86f7d2a9f2b6468a34b20d7a26c7cfc3afbe00ee (diff)
properly remove and replace favicon color when favicon gets manually removed/uploaded
Diffstat (limited to 'include/colors.php')
-rw-r--r--include/colors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/colors.php b/include/colors.php
index 19c891517..1359b9e2d 100644
--- a/include/colors.php
+++ b/include/colors.php
@@ -336,6 +336,6 @@ function hsl2rgb($arr) {
}
}
}
- return false;
+ return '';
}
?>