diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-09-12 12:53:06 -0700 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-09-12 12:53:06 -0700 |
commit | 4d14bdbf1307e020533dbe816a0754b049fe1657 (patch) | |
tree | c4dab590f506ca4048dd5975d37bb5bcb2e25121 /phpBB/includes/mcp/mcp_pm_reports.php | |
parent | c1557cf78d7463f9b92047a4a908e7287606a9d7 (diff) | |
parent | 77845e366e8a5578ad740186cf71d75be32694bc (diff) | |
download | forums-4d14bdbf1307e020533dbe816a0754b049fe1657.tar forums-4d14bdbf1307e020533dbe816a0754b049fe1657.tar.gz forums-4d14bdbf1307e020533dbe816a0754b049fe1657.tar.bz2 forums-4d14bdbf1307e020533dbe816a0754b049fe1657.tar.xz forums-4d14bdbf1307e020533dbe816a0754b049fe1657.zip |
Merge pull request #1698 from rechosen/ticket/11829
[ticket/11829] Use report_closed to determine status in MCP report_details
Diffstat (limited to 'phpBB/includes/mcp/mcp_pm_reports.php')
-rw-r--r-- | phpBB/includes/mcp/mcp_pm_reports.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/mcp/mcp_pm_reports.php b/phpBB/includes/mcp/mcp_pm_reports.php index 77bc7680e6..0a33c80a90 100644 --- a/phpBB/includes/mcp/mcp_pm_reports.php +++ b/phpBB/includes/mcp/mcp_pm_reports.php @@ -166,6 +166,7 @@ class mcp_pm_reports 'S_CLOSE_ACTION' => append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=pm_reports&mode=pm_report_details&r=' . $report_id), 'S_CAN_VIEWIP' => $auth->acl_getf_global('m_info'), 'S_POST_REPORTED' => $pm_info['message_reported'], + 'S_REPORT_CLOSED' => $report['report_closed'], 'S_USER_NOTES' => true, 'U_MCP_REPORT' => append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=pm_reports&mode=pm_report_details&r=' . $report_id), |