summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/rssfuncs.php')
-rw-r--r--include/rssfuncs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 0d55dce36..250534bd7 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -417,6 +417,8 @@
$favicon_color = db_escape_string($link,
calculate_avg_color($favicon_file));
+ if ($debug_enabled) _debug("color: $favicon_color");
+
$favicon_colorstring = ",favicon_avg_color = '".$favicon_color."'";
}