aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_reports.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-03-13 15:22:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-03-13 15:22:33 +0000
commit7c1b3ed62aeab31b4f226600a0585226ed44bfea (patch)
treeb50ef00b761110db2da37a652582e0510de4d826 /phpBB/includes/mcp/mcp_reports.php
parent44708b7ebbef0c5a875954141ab751728ef15a87 (diff)
downloadforums-7c1b3ed62aeab31b4f226600a0585226ed44bfea.tar
forums-7c1b3ed62aeab31b4f226600a0585226ed44bfea.tar.gz
forums-7c1b3ed62aeab31b4f226600a0585226ed44bfea.tar.bz2
forums-7c1b3ed62aeab31b4f226600a0585226ed44bfea.tar.xz
forums-7c1b3ed62aeab31b4f226600a0585226ed44bfea.zip
#22685
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8430 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp/mcp_reports.php')
-rwxr-xr-xphpBB/includes/mcp/mcp_reports.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_reports.php b/phpBB/includes/mcp/mcp_reports.php
index 37ea7e5132..9419a37ab8 100755
--- a/phpBB/includes/mcp/mcp_reports.php
+++ b/phpBB/includes/mcp/mcp_reports.php
@@ -186,7 +186,7 @@ class mcp_reports
$template->assign_vars(array(
'S_MCP_REPORT' => true,
- 'S_CLOSE_ACTION' => $this->u_action . '&amp;p=' . $post_id . '&amp;f=' . $forum_id,
+ 'S_CLOSE_ACTION' => append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=reports&amp;mode=report_details&amp;f=' . $post_info['forum_id'] . '&amp;p=' . $post_id),
'S_CAN_VIEWIP' => $auth->acl_get('m_info', $post_info['forum_id']),
'S_POST_REPORTED' => $post_info['post_reported'],
'S_POST_UNAPPROVED' => !$post_info['post_approved'],