aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_front.php
diff options
context:
space:
mode:
authorZoddo <zoddo.ino@gmail.com>2015-08-30 12:14:35 +0200
committerZoddo <zoddo.ino@gmail.com>2015-08-30 12:18:37 +0200
commite9e199bc378ee09f05d3497be57441b79cbd17d9 (patch)
treeeef17bc7d47efba7b711e7a5fd5088c348885efa /phpBB/includes/mcp/mcp_front.php
parentbfbce5a1b0b2e22ea2027d82d87c8bc32917a5b2 (diff)
downloadforums-e9e199bc378ee09f05d3497be57441b79cbd17d9.tar
forums-e9e199bc378ee09f05d3497be57441b79cbd17d9.tar.gz
forums-e9e199bc378ee09f05d3497be57441b79cbd17d9.tar.bz2
forums-e9e199bc378ee09f05d3497be57441b79cbd17d9.tar.xz
forums-e9e199bc378ee09f05d3497be57441b79cbd17d9.zip
[ticket/8920] Add a MCP PM reports view permission
Anybody who has the permission to read reports in one forum can read PM reports. Solving this problem by adding a new permission to read PM reports. PHPBB3-8920
Diffstat (limited to 'phpBB/includes/mcp/mcp_front.php')
-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 629b6fd275..cdf1abd8ff 100644
--- a/phpBB/includes/mcp/mcp_front.php
+++ b/phpBB/includes/mcp/mcp_front.php
@@ -274,7 +274,7 @@ function mcp_front_view($id, $mode, $action)
}
// Latest 5 reported PMs
- if ($module->loaded('pm_reports') && $auth->acl_getf_global('m_report'))
+ if ($module->loaded('pm_reports') && $auth->acl_get('m_pm_report'))
{
$template->assign_var('S_SHOW_PM_REPORTS', true);
$user->add_lang(array('ucp'));