summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-08-01 13:16:26 +0400
committerAndrew Dolgov <[email protected]>2014-08-01 13:16:26 +0400
commit0d703c73bd27147c94e2c5a67eeb115f448fbd70 (patch)
tree7737e7d09b58e01bb764b0a676befd1680c0f393 /include
parent0e21b0b4753937bb825c69afcf35e37771fcd329 (diff)
reinstate wrongfully renamed archived feed; properly fix prefs filtertree labels for all feeds (ff5cc7d7)
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index cb91b637e..8d07acf5a 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1972,8 +1972,6 @@
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) {