From 572d5bd8c1bb2a175fb6cfafa24a4d0c516b69d0 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 11 Sep 2008 00:30:10 +0000 Subject: [PATCH] Add a missing & to the return to topic URL when closing a report git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8840 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/mcp/mcp_reports.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/mcp/mcp_reports.php b/phpBB/includes/mcp/mcp_reports.php index e1a8111c29..9362dc0627 100644 --- a/phpBB/includes/mcp/mcp_reports.php +++ b/phpBB/includes/mcp/mcp_reports.php @@ -635,7 +635,7 @@ function close_report($report_id_list, $mode, $action) $return_topic = ''; if (sizeof($topic_ids == 1)) { - $return_topic = sprintf($user->lang['RETURN_TOPIC'], '', '') . '

'; + $return_topic = sprintf($user->lang['RETURN_TOPIC'], '', '') . '

'; } trigger_error($user->lang[$success_msg] . '

' . $return_forum . $return_topic . sprintf($user->lang['RETURN_PAGE'], "", ''));