mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:15:55 +00:00
replace FALSE with false so that static analyzer shuts up about it
This commit is contained in:
@@ -866,7 +866,7 @@ class Pref_Prefs extends Handler_Protected {
|
||||
PluginHost::getInstance()->get_hooks(PluginHost::HOOK_FETCH_FEED));
|
||||
|
||||
$feed_handlers = array_filter($feed_handlers, function($plugin) use ($feed_handler_whitelist) {
|
||||
return in_array(get_class($plugin), $feed_handler_whitelist) === FALSE; });
|
||||
return in_array(get_class($plugin), $feed_handler_whitelist) === false; });
|
||||
|
||||
if (count($feed_handlers) > 0) {
|
||||
print_error(
|
||||
|
||||
Reference in New Issue
Block a user