diff options
| author | Chris Smith <toonarmy@phpbb.com> | 2008-09-11 00:32:02 +0000 |
|---|---|---|
| committer | Chris Smith <toonarmy@phpbb.com> | 2008-09-11 00:32:02 +0000 |
| commit | e5425dfd46622898c398ca397b37e0638fc3f3f9 (patch) | |
| tree | 75ff0bc6f5f2001a69656cf32d13e33c1e328dc9 | |
| parent | 0e0100c5255dd288cc479274a112e4eb42a4bacf (diff) | |
| download | forums-e5425dfd46622898c398ca397b37e0638fc3f3f9.tar forums-e5425dfd46622898c398ca397b37e0638fc3f3f9.tar.gz forums-e5425dfd46622898c398ca397b37e0638fc3f3f9.tar.bz2 forums-e5425dfd46622898c398ca397b37e0638fc3f3f9.tar.xz forums-e5425dfd46622898c398ca397b37e0638fc3f3f9.zip | |
Merge in r8840
git-svn-id: file:///svn/phpbb/trunk@8841 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/includes/mcp/mcp_reports.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_reports.php b/phpBB/includes/mcp/mcp_reports.php index 344481c844..5924666b18 100644 --- a/phpBB/includes/mcp/mcp_reports.php +++ b/phpBB/includes/mcp/mcp_reports.php @@ -634,7 +634,7 @@ function close_report($report_id_list, $mode, $action) $return_topic = ''; if (sizeof($topic_ids == 1)) { - $return_topic = sprintf($user->lang['RETURN_TOPIC'], '<a href="' . append_sid('viewtopic', 't=' . current($topic_ids) . 'f=' . current($forum_ids)) . '">', '</a>') . '<br /><br />'; + $return_topic = sprintf($user->lang['RETURN_TOPIC'], '<a href="' . append_sid('viewtopic', 't=' . current($topic_ids) . '&f=' . current($forum_ids)) . '">', '</a>') . '<br /><br />'; } trigger_error($user->lang[$success_msg] . '<br /><br />' . $return_forum . $return_topic . sprintf($user->lang['RETURN_PAGE'], "<a href=\"$redirect\">", '</a>')); |
