summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
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) {