diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-04 17:44:11 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-04 17:44:11 +0100 |
commit | 03be94c1f7ca62adf59700584c944966560a31bd (patch) | |
tree | 1b2701186552f6ed8445a1c6e1937943c7e24a44 /phpBB/phpbb/feed/topics_active.php | |
parent | 0da910df949a1e9404a19ec22a7f7a2af48e69f7 (diff) | |
parent | 3d93fd40edb627dafeede3b5ae3780885e2264fe (diff) | |
download | forums-03be94c1f7ca62adf59700584c944966560a31bd.tar forums-03be94c1f7ca62adf59700584c944966560a31bd.tar.gz forums-03be94c1f7ca62adf59700584c944966560a31bd.tar.bz2 forums-03be94c1f7ca62adf59700584c944966560a31bd.tar.xz forums-03be94c1f7ca62adf59700584c944966560a31bd.zip |
Merge branch '3.1.x' into 3.2.x
Diffstat (limited to 'phpBB/phpbb/feed/topics_active.php')
-rw-r--r-- | phpBB/phpbb/feed/topics_active.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/feed/topics_active.php b/phpBB/phpbb/feed/topics_active.php index 52340dc2d5..7ae0bde56b 100644 --- a/phpBB/phpbb/feed/topics_active.php +++ b/phpBB/phpbb/feed/topics_active.php @@ -77,6 +77,8 @@ class topics_active 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_posts_approved, t.topic_posts_unapproved, t.topic_posts_softdeleted, t.topic_views, |