aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunoais <brunoaiss@gmail.com>2014-10-26 07:44:44 +0000
committerbrunoais <brunoaiss@gmail.com>2014-10-26 10:58:53 +0000
commit1fc7bd107d8940fd754d8a683f6f58f05f122ccb (patch)
tree8187d243c3e2f231e8d859cb472e83a16bf84143 /phpBB/mcp.php
parent[ticket/13141] Implement core.mcp_global_f_read_auth_after (diff)
downloadphpbb-1fc7bd107d8940fd754d8a683f6f58f05f122ccb.tar.gz
phpbb-1fc7bd107d8940fd754d8a683f6f58f05f122ccb.tar.bz2
phpbb-1fc7bd107d8940fd754d8a683f6f58f05f122ccb.zip
[ticket/13141] Ups wrong version
PHPBB3-13141
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r--phpBB/mcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index 089f85265d..737f4b4cc6 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -142,7 +142,7 @@ if ($forum_id && !$auth->acl_get('f_read', $forum_id))
* @event core.mcp_global_f_read_auth_after
* @var string topic_id The topic the user tried to access
* @var array forum_id The forum the user tried to access
-* @since 3.1.0-RC5
+* @since 3.1.1-RC1
*/
$vars = array(
'topic_id',