aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_front.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/mcp/mcp_front.php')
-rw-r--r--phpBB/includes/mcp/mcp_front.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/mcp/mcp_front.php b/phpBB/includes/mcp/mcp_front.php
index c0d6ce19d5..7e8a0351ad 100644
--- a/phpBB/includes/mcp/mcp_front.php
+++ b/phpBB/includes/mcp/mcp_front.php
@@ -166,7 +166,7 @@ function mcp_front_view($id, $mode, $action)
}
// Latest 5 logs
- $forum_list = get_forum_list(array('m_', 'a_general'));
+ $forum_list = get_forum_list(array('m_', 'a_'));
if (!empty($forum_list))
{
@@ -196,7 +196,7 @@ function mcp_front_view($id, $mode, $action)
);
$template->assign_var('S_MCP_ACTION', $url);
- make_jumpbox($url . '&mode=forum_view', 0, false, 'm_');
+ make_jumpbox($url . '&i=main&mode=forum_view', 0, false, 'm_');
}
?> \ No newline at end of file