fix floicon failed message not respecting debugging setting

master
Andrew Dolgov 11 years ago
parent db29ea0d8d
commit 84ceb6bd2e

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

Loading…
Cancel
Save