diff --git a/backend.php b/backend.php
index e9ecec31e..b1c57c3a9 100644
--- a/backend.php
+++ b/backend.php
@@ -3158,7 +3158,7 @@
print "
Subscribed feeds
";
- $result = db_query($link, "SELECT id,title,feed_url FROM ttrss_feeds
+ $result = db_query($link, "SELECT id,title,site_url FROM ttrss_feeds
WHERE owner_uid = '$uid' ORDER BY title LIMIT 20");
print "