mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 14:01:30 +00:00
opml: fix category title in filter export
This commit is contained in:
@@ -2048,7 +2048,7 @@
|
|||||||
|
|
||||||
function getFeedTitle($link, $id, $cat = false) {
|
function getFeedTitle($link, $id, $cat = false) {
|
||||||
if ($cat) {
|
if ($cat) {
|
||||||
return getFeedCatTitle($link, $id);
|
return getCategoryTitle($link, $id);
|
||||||
} else if ($id == -1) {
|
} else if ($id == -1) {
|
||||||
return __("Starred articles");
|
return __("Starred articles");
|
||||||
} else if ($id == -2) {
|
} else if ($id == -2) {
|
||||||
|
|||||||
Reference in New Issue
Block a user