Fixed Staff Discussion posts being broadcast in the Lounge.
This commit is contained in:
parent
8d59887b5e
commit
c83feef79e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ try {
|
|||
WHERE `post_id` > :post_id
|
||||
AND `post_deleted` IS NULL
|
||||
AND `post_created` > NOW() - INTERVAL 7 DAY
|
||||
AND p.`forum_id` IN (2, 7, 24, 6, 5, 4, 16, 20, 8, 19, 10, 11, 13, 21, 15, 14, 27, 29, 28, 18, 23)
|
||||
AND p.`forum_id` IN (2, 7, 24, 6, 5, 4, 16, 20, 8, 19, 10, 11, 13, 21, 15, 14, 27, 29, 28)
|
||||
ORDER BY `post_id`
|
||||
LIMIT 6
|
||||
');
|
||||
|
|
Reference in a new issue