mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:45:56 +00:00
Fix incorrect parenthesis placement in count().
This commit is contained in:
@@ -864,7 +864,7 @@ class RSSUtils {
|
|||||||
if (Debug::get_loglevel() >= Debug::$LOG_EXTENDED) {
|
if (Debug::get_loglevel() >= Debug::$LOG_EXTENDED) {
|
||||||
Debug::log("matched filters: ", Debug::$LOG_VERBOSE);
|
Debug::log("matched filters: ", Debug::$LOG_VERBOSE);
|
||||||
|
|
||||||
if (count($matched_filters != 0)) {
|
if (count($matched_filters) != 0) {
|
||||||
print_r($matched_filters);
|
print_r($matched_filters);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user