From 8add44ec95d4f6e230fd7c5fd1a8995b7e72dde6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 2 Sep 2012 13:33:55 +0400 Subject: opml: fix category title in filter export --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 960cf996f..1ee334fa9 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) { -- cgit v1.2.3