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

@@ -362,7 +362,7 @@ function change_topic_type($action, $topic_ids)
case 'make_global':
$new_topic_type = POST_GLOBAL;
$check_acl = 'f_announce';
$check_acl = 'f_announce_global';
$l_new_type = (sizeof($topic_ids) == 1) ? 'MCP_MAKE_GLOBAL' : 'MCP_MAKE_GLOBALS';
break;