aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0ee3eb2466..50e14b9336 100644
--- a/phpBB/includes/mcp/mcp_front.php
+++ b/phpBB/includes/mcp/mcp_front.php
@@ -120,7 +120,7 @@ function mcp_front_view($id, $mode, $action)
}
$s_hidden_fields = build_hidden_fields(array(
- 'redirect' => append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=main')
+ 'redirect' => append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=main' . (($forum_id) ? '&f=' . $forum_id : ''))
));
$template->assign_vars(array(