aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/feed/news.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/feed/news.php')
-rw-r--r--phpBB/phpbb/feed/news.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/feed/news.php b/phpBB/phpbb/feed/news.php
index fb6fa09278..13ca82c093 100644
--- a/phpBB/phpbb/feed/news.php
+++ b/phpBB/phpbb/feed/news.php
@@ -90,6 +90,8 @@ class news extends topic_base
return false;
}
+ parent::fetch_attachments($post_ids);
+
$this->sql = array(
'SELECT' => 'f.forum_id, f.forum_name,
t.topic_id, t.topic_title, t.topic_poster, t.topic_first_poster_name, t.topic_posts_approved, t.topic_posts_unapproved, t.topic_posts_softdeleted, t.topic_views, t.topic_time, t.topic_last_post_time,