mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-18 22:58:10 +01:00
Topic has to be approved.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10349 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9d436a33f6
commit
2eb337ba41
@ -1054,6 +1054,7 @@ class phpbb_feed_news extends phpbb_feed_base
|
||||
),
|
||||
'WHERE' => 'p.post_id = t.topic_first_post_id
|
||||
AND t.topic_moved_id = 0
|
||||
AND t.topic_approved = 1
|
||||
AND (' . $db->sql_in_set('t.forum_id', $in_fid_ary) . '
|
||||
OR t.topic_type = ' . POST_GLOBAL . ')',
|
||||
'ORDER_BY' => 't.topic_time DESC',
|
||||
|
Loading…
x
Reference in New Issue
Block a user