1
0
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:
Andrew Dolgov
2012-09-02 13:33:55 +04:00
parent 8b6e08a11a
commit 8add44ec95

View File

@@ -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) {