1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 18:11:47 +02:00

[ticket/13142] Extra space before the comment block

PHPBB3-13142
This commit is contained in:
brunoais
2014-11-29 10:40:35 +00:00
parent bc7db0ae16
commit fe1f7beaf8

View File

@@ -136,6 +136,7 @@ if ($forum_id && !$auth->acl_get('f_read', $forum_id))
{
trigger_error('NOT_AUTHORISED');
}
/**
* Allow applying additional permissions to MCP access besides f_read
*