diff options
author | Tristan Darricau <github@darricau.eu> | 2014-04-16 23:41:10 +0200 |
---|---|---|
committer | Nicofuma <github@nicofuma.fr> | 2014-05-02 13:25:33 +0200 |
commit | e7f970e26d636d69ea742bf591dc5fc9dc15a0a9 (patch) | |
tree | 49041efdbac7f89204fefa3f42f331a9781a5f2f /phpBB/phpbb/feed/topic.php | |
parent | 76574d4b5e6c2f6de0faf175c745bcdc74c60f4e (diff) | |
download | forums-e7f970e26d636d69ea742bf591dc5fc9dc15a0a9.tar forums-e7f970e26d636d69ea742bf591dc5fc9dc15a0a9.tar.gz forums-e7f970e26d636d69ea742bf591dc5fc9dc15a0a9.tar.bz2 forums-e7f970e26d636d69ea742bf591dc5fc9dc15a0a9.tar.xz forums-e7f970e26d636d69ea742bf591dc5fc9dc15a0a9.zip |
[ticket/12413] Fatal Error for feed.php?mode=forums
https://tracker.phpbb.com/browse/PHPBB3-12413
http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=45475
PHPBB3-12413
Diffstat (limited to 'phpBB/phpbb/feed/topic.php')
-rw-r--r-- | phpBB/phpbb/feed/topic.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/feed/topic.php b/phpBB/phpbb/feed/topic.php index a7acfb502f..3c2b3405f6 100644 --- a/phpBB/phpbb/feed/topic.php +++ b/phpBB/phpbb/feed/topic.php @@ -83,6 +83,8 @@ class topic extends \phpbb\feed\post_base unset($forum_ids_passworded); } + + $this->fetch_attachments(); } function get_sql() |