From: Andrew Dolgov Date: Sun, 2 Sep 2012 09:33:55 +0000 (+0400) Subject: opml: fix category title in filter export X-Git-Tag: 1.6.0~85^2~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8add44ec95d4f6e230fd7c5fd1a8995b7e72dde6;p=tt-rss.git opml: fix category title in filter export --- diff --git a/include/functions.php b/include/functions.php index 960cf996..1ee334fa 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2048,7 +2048,7 @@ function getFeedTitle($link, $id, $cat = false) { if ($cat) { - return getFeedCatTitle($link, $id); + return getCategoryTitle($link, $id); } else if ($id == -1) { return __("Starred articles"); } else if ($id == -2) {