diff options
| author | 2014-07-03 01:28:56 +0200 | |
|---|---|---|
| committer | 2014-07-03 01:28:56 +0200 | |
| commit | af9e5a408a9384399cb6a15bbe33cc4baa1a1d7e (patch) | |
| tree | cbf4e3607d8e8b15ceec6969d3a76e2391711f35 /app/Models/FeedDAO.php | |
| parent | 32750182382ab0f49ef6fb9aa0ebc1f3d69493ae (diff) | |
Small correction favicon
Ensure to try the website favicon before trying the feed URL favicon
(which might be on e.g. FeedBurner with an anonymous favicon).
Diffstat (limited to 'app/Models/FeedDAO.php')
| -rw-r--r-- | app/Models/FeedDAO.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/FeedDAO.php b/app/Models/FeedDAO.php index b65ff4af0..6cb49a5be 100644 --- a/app/Models/FeedDAO.php +++ b/app/Models/FeedDAO.php @@ -245,7 +245,7 @@ class FreshRSS_FeedDAO extends Minz_ModelPdo { } public function listFeedsOrderUpdate ($cacheDuration = 1500) { - $sql = 'SELECT id, name, url, lastUpdate, pathEntries, httpAuth, keep_history ' + $sql = 'SELECT id, url, name, website, lastUpdate, pathEntries, httpAuth, keep_history ' . 'FROM `' . $this->prefix . 'feed` ' . 'WHERE lastUpdate < ' . (time() - intval($cacheDuration)) . ' ORDER BY lastUpdate'; |
