aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2014-07-16 18:31:12 +0200
committerOliver Schramm <oliver.schramm97@gmail.com>2015-07-19 21:26:47 +0200
commit7d31232846e29311e5b76bf32f41f64da7985a79 (patch)
tree5e84f565cd94d54a854f5ef5006e5dd112b3884e /phpBB/mcp.php
parent[ticket/8708] Add f_announce_global permission (diff)
downloadphpbb-7d31232846e29311e5b76bf32f41f64da7985a79.tar.gz
phpbb-7d31232846e29311e5b76bf32f41f64da7985a79.tar.bz2
phpbb-7d31232846e29311e5b76bf32f41f64da7985a79.zip
[ticket/8708] Apply permission 'f_announce_global'
PHPBB3-8708
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r--phpBB/mcp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index cb53f4eec9..a5fa09ba2b 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -111,8 +111,8 @@ if (!$auth->acl_getf_global('m_'))
'lock' => 'f_user_lock',
'make_sticky' => 'f_sticky',
'make_announce' => 'f_announce',
- 'make_global' => 'f_announce',
- 'make_normal' => array('f_announce', 'f_sticky')
+ 'make_global' => 'f_announce_global',
+ 'make_normal' => array('f_announce', 'f_announce_global', 'f_sticky')
);
$allow_user = false;