mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:45:56 +00:00
Fixing bugs found by static analysis
This commit is contained in:
@@ -334,7 +334,7 @@
|
||||
}
|
||||
|
||||
$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);
|
||||
@@ -411,7 +411,7 @@
|
||||
|
||||
_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)
|
||||
|
||||
Reference in New Issue
Block a user