aboutsummaryrefslogtreecommitdiffstats
path: root/feed.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-09-19 04:43:10 +0000
committerrvelices <rv-github@modusoptimus.com>2006-09-19 04:43:10 +0000
commit2122def464f7592091d3947c9b4be1fb9ae927a7 (patch)
tree7cc9824bf4101460f6105177aa9729bffab226d0 /feed.php
parent516df145c32d1da8acbfeb164f37896585b03236 (diff)
corrected links in RSS feed
git-svn-id: http://piwigo.org/svn/trunk@1550 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'feed.php')
-rw-r--r--feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/feed.php b/feed.php
index 61fd63300..ebc1ef63b 100644
--- a/feed.php
+++ b/feed.php
@@ -144,7 +144,7 @@ $rss->link = $conf['gallery_url'];
// | Feed creation |
// +-----------------------------------------------------------------------+
-$news = news($user['last_check'], $dbnow, true);
+$news = news($user['last_check'], $dbnow, true, true);
if (count($news) > 0)
{