summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-24 16:48:47 +0400
committerAndrew Dolgov <[email protected]>2013-04-24 16:48:47 +0400
commit84ceb6bd2eb0257a1cc863ff40120a694fa51b79 (patch)
tree5fadeaa01a54949e5f77bff64c45cfd1ee96fa7a /include
parentdb29ea0d8da54513d2f66a03976d7aba7344e98a (diff)
fix floicon failed message not respecting debugging setting
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
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()