]> git.wh0rd.org - tt-rss.git/blobdiff - include/rssfuncs.php
Fixing bugs found by static analysis
[tt-rss.git] / include / rssfuncs.php
index 61f6ee6a0ca0c42cecea7ea643cea14e8fac4cfc..612c914c034b2f6cc75498c3f334b7cb9fccb059 100644 (file)
                }
 
                $pluginhost = new PluginHost();
-               $pluginhost->set_debug($debug_enabled, $debug_enabled);
+               $pluginhost->set_debug($debug_enabled);
                $user_plugins = get_pref("_ENABLED_PLUGINS", $owner_uid);
 
                $pluginhost->load(PLUGINS, PluginHost::KIND_ALL);
 
                                _debug("checking favicon...", $debug_enabled);
 
-                               check_feed_favicon($site_url, $feed, $link);
+                               check_feed_favicon($site_url, $feed);
                                $favicon_modified_new = @filemtime($favicon_file);
 
                                if ($favicon_modified_new > $favicon_modified)