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
1 changed files with 1 additions and 1 deletions

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