summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 7a006a479..c7f0628cb 100644
--- a/backend.php
+++ b/backend.php
@@ -596,7 +596,7 @@
$instance_id = db_fetch_result($result, 0, "id");
- $result = db_query($link, "SELECT feed_url, title, subscribers
+ $result = db_query($link, "SELECT feed_url, site_url, title, subscribers
FROM ttrss_feedbrowser_cache ORDER BY subscribers DESC LIMIT 100");
$feeds = array();