1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 03:25:55 +00:00

revert back load_filters-related changes

This commit is contained in:
Andrew Dolgov
2021-03-01 22:25:41 +03:00
parent cd962dfa00
commit b150e46a52
2 changed files with 3 additions and 3 deletions

View File

@@ -1848,7 +1848,7 @@ class Feeds extends Handler_Protected {
if ($feed) {
return $feed->cat_id;
} else {
return null;
return false;
}
}