diff options
author | brunoais <brunoaiss@gmail.com> | 2014-12-29 08:23:31 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2014-12-29 08:23:31 +0000 |
commit | 92d7c16782eaa1e964f190e5913228cf7b42238c (patch) | |
tree | 68d572b5172dcd556012a21a286ca9bd5e8113ba /phpBB/phpbb | |
parent | 0104188074deb85c55f5edb7e4563afe2a0a3810 (diff) | |
download | forums-92d7c16782eaa1e964f190e5913228cf7b42238c.tar forums-92d7c16782eaa1e964f190e5913228cf7b42238c.tar.gz forums-92d7c16782eaa1e964f190e5913228cf7b42238c.tar.bz2 forums-92d7c16782eaa1e964f190e5913228cf7b42238c.tar.xz forums-92d7c16782eaa1e964f190e5913228cf7b42238c.zip |
[ticket/13148] Wrong version num; copy & paste fail
PHPBB3-13148
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/log/log.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/log/log.php b/phpBB/phpbb/log/log.php index d495707c70..0c5205530b 100644 --- a/phpBB/phpbb/log/log.php +++ b/phpBB/phpbb/log/log.php @@ -731,7 +731,7 @@ class log implements \phpbb\log\log_interface * keywords in log_operation or log_data * @var string profile_url URL to the users profile * @var int log_type The type of logs it was filtered - * @since 3.1.0-a1 + * @since 3.1.3-RC1 */ $vars = array( 'log', |