]> git.wh0rd.org - tt-rss.git/commitdiff
opml: fix category title in filter export
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 2 Sep 2012 09:33:55 +0000 (13:33 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 2 Sep 2012 09:33:55 +0000 (13:33 +0400)
include/functions.php

index 960cf996f3b9e7cce8db33ef00e58662281ae466..1ee334fa9d0b140af98187c73007d90b5bc21895 100644 (file)
 
        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) {