From 84ceb6bd2eb0257a1cc863ff40120a694fa51b79 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 24 Apr 2013 16:48:47 +0400 Subject: [PATCH] fix floicon failed message not respecting debugging setting --- include/rssfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rssfuncs.php b/include/rssfuncs.php index a64d60e1e..6bb841c50 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -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()