diff options
author | Derky <derky@phpbb.com> | 2018-11-04 23:17:49 +0100 |
---|---|---|
committer | Derky <derky@phpbb.com> | 2018-11-04 23:17:49 +0100 |
commit | 5c695d709e7043577d8bae265dfbbcf93e8486ff (patch) | |
tree | e4b7a4459b261ec46d01580cd03270720dfda296 | |
parent | e2d26e102d04a77a3d3e727508789e50ba9d36b6 (diff) | |
download | forums-5c695d709e7043577d8bae265dfbbcf93e8486ff.tar forums-5c695d709e7043577d8bae265dfbbcf93e8486ff.tar.gz forums-5c695d709e7043577d8bae265dfbbcf93e8486ff.tar.bz2 forums-5c695d709e7043577d8bae265dfbbcf93e8486ff.tar.xz forums-5c695d709e7043577d8bae265dfbbcf93e8486ff.zip |
[ticket/security/227] Change thumbnail_created event version to 3.2.4
SECURITY-227
-rw-r--r-- | phpBB/includes/functions_posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 2d713481a5..c7d691287c 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -563,7 +563,7 @@ function create_thumbnail($source, $destination, $mimetype) * @var float new_width Calculated thumbnail width * @var float new_height Calculated thumbnail height * @var bool thumbnail_created Set to true to skip default GD thumbnail creation - * @since 3.2.4-RC1 + * @since 3.2.4 */ $vars = array( 'source', |