summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 80e81e637..0075eb659 100644
--- a/backend.php
+++ b/backend.php
@@ -1668,7 +1668,8 @@
F1.cat_id,
F2.title AS parent_title,
C1.title AS category,
- F1.hidden
+ F1.hidden,
+ F1.include_in_digest
FROM
ttrss_feeds AS F1
LEFT JOIN ttrss_feeds AS F2