summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/opml.php b/opml.php
index b64845d78..b7ad52252 100644
--- a/opml.php
+++ b/opml.php
@@ -37,6 +37,8 @@
ttrss_feeds.title AS title,
(SELECT title FROM ttrss_feed_categories WHERE id = cat_id) as cat_title
FROM ttrss_feeds
+ WHERE
+ owner_uid = '$owner_uid'
ORDER BY cat_title,title");
} else {
$result = db_query($link, "SELECT * FROM ttrss_feeds