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