From 1bd11fdf9571a9129008af8ae575c5403a393d6a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 May 2012 22:58:08 +0400 Subject: Revert "get favicon from icon atom feeds & search for icons not only in html head (closes #457)" This reverts commit 882311d9ad0092127ccaecd700cb659cebb89aa8. --- include/rssfuncs.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'include/rssfuncs.php') diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 1cb8c677c..84a24e2f0 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -441,14 +441,7 @@ _debug("update_rss_feed: checking favicon..."); } - if (!file_exists(ICONS_DIR . "/$feed.ico")) { - if ($use_simplepie) { - $atom_icon = $rss->get_favicon(); - } else { - $atom_icon = $rss->channel["icon"]; - } - check_feed_favicon($site_url, $feed, $link, $atom_icon); - } + check_feed_favicon($site_url, $feed, $link); if (!$registered_title || $registered_title == "[Unknown]") { -- cgit v1.2.3