mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 19:41:29 +00:00
move rgb/hsl functions to their own namespace
This commit is contained in:
@@ -610,7 +610,7 @@ class RSSUtils {
|
||||
id = ?");
|
||||
$sth->execute([$feed]);
|
||||
|
||||
$favicon_color = calculate_avg_color($favicon_file);
|
||||
$favicon_color = \Colors\calculate_avg_color($favicon_file);
|
||||
|
||||
$favicon_colorstring = ",favicon_avg_color = " . $pdo->quote($favicon_color);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user