1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/8708] Apply permission 'f_announce_global'

PHPBB3-8708
This commit is contained in:
Oliver Schramm
2014-07-16 18:31:12 +02:00
parent df56b2ed36
commit 7d31232846
7 changed files with 17 additions and 18 deletions

View File

@@ -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;