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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user