summaryrefslogtreecommitdiff
path: root/mobile/classic/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/classic/functions.php')
-rw-r--r--mobile/classic/functions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile/classic/functions.php b/mobile/classic/functions.php
index e7d14da6f..05409d630 100644
--- a/mobile/classic/functions.php
+++ b/mobile/classic/functions.php
@@ -127,7 +127,6 @@
FROM ttrss_feeds LEFT JOIN ttrss_feed_categories
ON (ttrss_feed_categories.id = cat_id)
WHERE
- ttrss_feeds.hidden = false AND
ttrss_feeds.owner_uid = '$owner_uid' AND parent_feed IS NULL
ORDER BY $order_by_qpart");