summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-20 20:05:10 +0400
committerAndrew Dolgov <[email protected]>2011-04-20 20:05:10 +0400
commit109662e12f858bf067f14a37942a1106c900b527 (patch)
treed34f48dcb375bf8c79639aa2cd089b5571af8ebe /backend.php
parent6f907113ef20b09976b1fddbc698a49dbe283519 (diff)
feedbrowser_cache & linked feeds: add site url (bump schema)
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();