summaryrefslogtreecommitdiff
path: root/mobile/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/functions.php')
-rw-r--r--mobile/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index b629eaeed..ff5610019 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -525,6 +525,7 @@
FROM
ttrss_entries,ttrss_user_entries,ttrss_feeds
WHERE
+ ttrss_feeds.hidden = false AND
ttrss_user_entries.feed_id = ttrss_feeds.id AND
ttrss_user_entries.ref_id = ttrss_entries.id AND
ttrss_user_entries.owner_uid = '".$_SESSION["uid"]."' AND