1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 12:29:15 +00:00

Merge branch 'debug-typo' of JustAMacUser/tt-rss into master

This commit is contained in:
fox
2020-10-29 05:02:33 +00:00
committed by Gogs

View File

@@ -864,7 +864,7 @@ class RSSUtils {
if (Debug::get_loglevel() >= Debug::$LOG_EXTENDED) {
Debug::log("matched filters: ", Debug::$LOG_VERBOSE);
if (count($matched_filters != 0)) {
if (count($matched_filters) != 0) {
print_r($matched_filters);
}