summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index 5af20aa14..1390d8185 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1965,6 +1965,8 @@
function getFeedTitle($id, $cat = false) {
if ($cat) {
return getCategoryTitle($id);
+ } else if ($id == 0) {
+ return __("All feeds");
} else if ($id == -1) {
return __("Starred articles");
} else if ($id == -2) {