1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-22 00:32:29 +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:
Graham Eames 2006-11-07 20:49:51 +00:00
parent 11d2a37032
commit 805af6f437

View File

@ -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);