mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 15:05:56 +00:00
getFeedTitle: fix for tag vfeeds (2)
This commit is contained in:
@@ -3016,7 +3016,7 @@
|
||||
return __("Fresh articles");
|
||||
} else if ($id == -4) {
|
||||
return __("All articles");
|
||||
} else if ($id === 0) {
|
||||
} else if ($id === 0 || $id === "0") {
|
||||
return __("Archived articles");
|
||||
} else if ($id < -10) {
|
||||
$label_id = -$id - 11;
|
||||
|
||||
Reference in New Issue
Block a user