aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-11-07 20:49:51 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-11-07 20:49:51 +0000
commit805af6f437c393f520cda114c94fad8c96e6085c (patch)
treea16b5e5f60ebd704d05de8822c9546201cabf223 /phpBB/includes/mcp/mcp_front.php
parent- Bug #5090 (diff)
downloadphpbb-805af6f437c393f520cda114c94fad8c96e6085c.tar.gz
phpbb-805af6f437c393f520cda114c94fad8c96e6085c.tar.bz2
phpbb-805af6f437c393f520cda114c94fad8c96e6085c.zip
Only show reports you can handle [#5136]
git-svn-id: file:///svn/phpbb/trunk@6560 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp/mcp_front.php')
-rw-r--r--phpBB/includes/mcp/mcp_front.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_front.php b/phpBB/includes/mcp/mcp_front.php
index 745b2c0d61..8b798fc1b2 100644
--- a/phpBB/includes/mcp/mcp_front.php
+++ b/phpBB/includes/mcp/mcp_front.php
@@ -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);