1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 04:29:20 +00:00

getFeedTitle: fix for tag vfeeds

This commit is contained in:
Andrew Dolgov
2010-01-11 14:45:51 +03:00
parent cb216e9d39
commit d5e7166533

View File

@@ -3016,7 +3016,7 @@
return __("Fresh articles");
} else if ($id == -4) {
return __("All articles");
} else if ($id == 0) {
} else if ($id === 0) {
return __("Archived articles");
} else if ($id < -10) {
$label_id = -$id - 11;