diff options
author | brunoais <brunoaiss@gmail.com> | 2014-11-28 15:05:20 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2014-11-28 15:05:20 +0000 |
commit | bc7db0ae168e5e6e9965decdb55c1bf7c2825377 (patch) | |
tree | 066fcd29b473a53eeeac790cf935b54ed9afdfa0 /phpBB/mcp.php | |
parent | 88798b35147986d225e395f6ddbc3e344015d939 (diff) | |
download | forums-bc7db0ae168e5e6e9965decdb55c1bf7c2825377.tar forums-bc7db0ae168e5e6e9965decdb55c1bf7c2825377.tar.gz forums-bc7db0ae168e5e6e9965decdb55c1bf7c2825377.tar.bz2 forums-bc7db0ae168e5e6e9965decdb55c1bf7c2825377.tar.xz forums-bc7db0ae168e5e6e9965decdb55c1bf7c2825377.zip |
[ticket/13141] BUMPing version to 3.1.3
PHPBB3-13141
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r-- | phpBB/mcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php index 8fbfb31e14..1667c434fb 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -146,7 +146,7 @@ if ($forum_id && !$auth->acl_get('f_read', $forum_id)) * @var p_master module Module system class * @var bool quickmod True if the user is accessing using quickmod tools * @var int topic_id The topic the user tried to access -* @since 3.1.1-RC1 +* @since 3.1.3-RC1 */ $vars = array( 'action', |