diff options
Diffstat (limited to 'lib/class/ampache_rss.class.php')
-rw-r--r-- | lib/class/ampache_rss.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/ampache_rss.class.php b/lib/class/ampache_rss.class.php index 3b567937..3056e9cf 100644 --- a/lib/class/ampache_rss.class.php +++ b/lib/class/ampache_rss.class.php @@ -113,7 +113,7 @@ class Ampache_RSS { // Default to now playing $type = self::validate_type($type); - $string = '<a href="' . Config::get('web_path') . '/rss.php?type=' . $type . '">' . get_user_icon('feed', T_('RSS Feed')) . '</a>'; + $string = '<a href="' . Config::get('web_path') . '/rss.php?type=' . $type . '">' . UI::get_icon('feed', T_('RSS Feed')) . '</a>'; return $string; |