1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

fix floicon failed message not respecting debugging setting

This commit is contained in:
Andrew Dolgov 2013-04-24 16:48:47 +04:00
parent db29ea0d8d
commit 84ceb6bd2e

View File

@ -440,7 +440,7 @@
$favicon_colorstring = ",favicon_avg_color = '".$favicon_color."'";
} else if ($favicon_avg_color == 'fail') {
_debug("floicon failed on this file, not trying to recalculate avg color");
_debug("floicon failed on this file, not trying to recalculate avg color", $debug_enabled);
}
db_query("UPDATE ttrss_feeds SET favicon_last_checked = NOW()