aboutsummaryrefslogtreecommitdiffstats
path: root/feed.php
diff options
context:
space:
mode:
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)
{