diff options
author | brunoais <brunoaiss@gmail.com> | 2015-05-06 22:53:43 +0100 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2015-05-06 22:53:43 +0100 |
commit | 684a050916c55570ef6b21ad00b3aee81279439d (patch) | |
tree | 691d5b0be96f8fe0bbc2acdae21c18b87d38cd8f /phpBB/phpbb | |
parent | 134a5e0391aa4d05d347a77c0218b29ab9b60a1b (diff) | |
download | forums-684a050916c55570ef6b21ad00b3aee81279439d.tar forums-684a050916c55570ef6b21ad00b3aee81279439d.tar.gz forums-684a050916c55570ef6b21ad00b3aee81279439d.tar.bz2 forums-684a050916c55570ef6b21ad00b3aee81279439d.tar.xz forums-684a050916c55570ef6b21ad00b3aee81279439d.zip |
[ticket/13661] BUMP version to 3.1.5-dev
PHPBB3-13661
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 1aba5851a5..f4ba76ff0c 100644 --- a/phpBB/phpbb/log/log.php +++ b/phpBB/phpbb/log/log.php @@ -564,7 +564,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.4-RC1 + * @since 3.1.5-RC1 */ $vars = array( 'get_logs_sql_ary', |