do not try to calculate icon avg color if GD is not present

master
Andrew Dolgov 11 years ago
parent 48ed517e8d
commit 96db9a14d9

@ -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(

Loading…
Cancel
Save