diff options
author | brunoais <brunoaiss@gmail.com> | 2015-03-01 20:12:37 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2015-03-01 20:44:30 +0000 |
commit | d53b584c9a5ac247bfb88aa230dc064b7a73e72c (patch) | |
tree | 59b16f0ec93183092970523452081ae840effd99 /phpBB/phpbb/log | |
parent | 772bbdfeae879b17aa2b62f10469bc8b63230093 (diff) | |
download | forums-d53b584c9a5ac247bfb88aa230dc064b7a73e72c.tar forums-d53b584c9a5ac247bfb88aa230dc064b7a73e72c.tar.gz forums-d53b584c9a5ac247bfb88aa230dc064b7a73e72c.tar.bz2 forums-d53b584c9a5ac247bfb88aa230dc064b7a73e72c.tar.xz forums-d53b584c9a5ac247bfb88aa230dc064b7a73e72c.zip |
[ticket/13661] Wrong event @since version
PHPBB3-13661
Diffstat (limited to 'phpBB/phpbb/log')
-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 0fd33b4618..8e5f75807c 100644 --- a/phpBB/phpbb/log/log.php +++ b/phpBB/phpbb/log/log.php @@ -563,7 +563,7 @@ class log implements \phpbb\log\log_interface * is false, no entries will be returned. * @var string sql_additional Additional conditions for the entries, * e.g.: 'AND l.forum_id = 1' - * @since 3.1.0-a1 + * @since 3.1.4-RC1 */ $vars = array( 'get_logs_sql_ary', |