]> git.wh0rd.org - tt-rss.git/commitdiff
fix floicon failed message not respecting debugging setting
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 24 Apr 2013 12:48:47 +0000 (16:48 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 24 Apr 2013 12:48:47 +0000 (16:48 +0400)
include/rssfuncs.php

index a64d60e1eebbbc84ba29e89dcda4b7713cb035c1..6bb841c50fef04ad10be9054caf4a7734e0a22ab 100644 (file)
 
                                                $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()