From 7fad6ce6518469e7d99c496a39c03a36288efd11 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Feb 2021 17:07:23 +0300 Subject: move rgb/hsl functions to their own namespace --- classes/rssutils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/rssutils.php') diff --git a/classes/rssutils.php b/classes/rssutils.php index 751cae58e..5fb2e7712 100755 --- a/classes/rssutils.php +++ b/classes/rssutils.php @@ -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); -- cgit v1.2.3-54-g00ecf