mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[bug/58695] Use method to get forums where user is moderator, thanks to bantu for the hint
This commit is contained in:
@@ -994,7 +994,7 @@ class phpbb_feed_topic extends phpbb_feed_post_base
|
|||||||
if (!$this->topic_data['topic_approved'])
|
if (!$this->topic_data['topic_approved'])
|
||||||
{
|
{
|
||||||
// Also require m_approve
|
// Also require m_approve
|
||||||
$in_fid_ary = array_intersect($in_fid_ary, array_keys($auth->acl_getf('m_approve', true)));
|
$in_fid_ary = array_intersect($in_fid_ary, $this->get_moderator_approve_forums());
|
||||||
|
|
||||||
if (empty($in_fid_ary))
|
if (empty($in_fid_ary))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user