aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorbrunoais <brunoaiss@gmail.com>2014-11-29 10:40:35 +0000
committerbrunoais <brunoaiss@gmail.com>2014-11-29 10:40:35 +0000
commitfe1f7beaf8892901dcbd112a18ff4d9c3ba60cd7 (patch)
tree5b0a32af3d7ee59364e9beeb7850c4c40d5295e5 /phpBB
parentbc7db0ae168e5e6e9965decdb55c1bf7c2825377 (diff)
downloadforums-fe1f7beaf8892901dcbd112a18ff4d9c3ba60cd7.tar
forums-fe1f7beaf8892901dcbd112a18ff4d9c3ba60cd7.tar.gz
forums-fe1f7beaf8892901dcbd112a18ff4d9c3ba60cd7.tar.bz2
forums-fe1f7beaf8892901dcbd112a18ff4d9c3ba60cd7.tar.xz
forums-fe1f7beaf8892901dcbd112a18ff4d9c3ba60cd7.zip
[ticket/13142] Extra space before the comment block
PHPBB3-13142
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/mcp.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index 1667c434fb..f9d46db528 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -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
*