mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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:
parent
11d2a37032
commit
805af6f437
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ function mcp_front_view($id, $mode, $action)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Latest 5 reported
|
// 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);
|
$template->assign_var('S_SHOW_REPORTS', (!empty($forum_list)) ? true : false);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue