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

remove hsl stuff from classes/feeds, we take care of this when choosing the color

This commit is contained in:
Andrew Dolgov
2013-04-15 17:07:06 +04:00
parent a8c93f0a81
commit 12a6bd28ac
2 changed files with 3 additions and 9 deletions

View File

@@ -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."'";
}