[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
*