diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 079471b4d..8ffcbde8a 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -424,7 +424,7 @@ check_feed_favicon($site_url, $feed, $link); $favicon_file = ICONS_DIR . "/$feed.ico"; - if (file_exists($favicon_file)) { + if (file_exists($favicon_file) && function_exists("imagecreatefromstring")) { require_once "colors.php"; $favicon_color = db_escape_string(