summaryrefslogtreecommitdiff
path: root/include/digest.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/digest.php')
-rw-r--r--include/digest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/digest.php b/include/digest.php
index 4427936e5..71ee6d203 100644
--- a/include/digest.php
+++ b/include/digest.php
@@ -127,8 +127,6 @@
ORDER BY ttrss_feed_categories.title, ttrss_feeds.title, score DESC, date_updated DESC
LIMIT $limit");
- $cur_feed_title = "";
-
$headlines_count = db_num_rows($result);
$headlines = array();