aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/feed/topics.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/feed/topics.php')
-rw-r--r--phpBB/phpbb/feed/topics.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/feed/topics.php b/phpBB/phpbb/feed/topics.php
index cf4a2e579e..183c29d11c 100644
--- a/phpBB/phpbb/feed/topics.php
+++ b/phpBB/phpbb/feed/topics.php
@@ -58,6 +58,8 @@ class topics 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,