mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 17:01:07 +02:00
Only show reports you can handle [#5136]
git-svn-id: file:///svn/phpbb/trunk@6560 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -114,7 +114,7 @@ function mcp_front_view($id, $mode, $action)
|
||||
}
|
||||
|
||||
// Latest 5 reported
|
||||
$forum_list = get_forum_list('m_');
|
||||
$forum_list = get_forum_list('m_report');
|
||||
|
||||
$template->assign_var('S_SHOW_REPORTS', (!empty($forum_list)) ? true : false);
|
||||
|
||||
|
Reference in New Issue
Block a user