mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/security/227] Change thumbnail_created event version to 3.2.4
SECURITY-227
This commit is contained in:
parent
e2d26e102d
commit
5c695d709e
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ function create_thumbnail($source, $destination, $mimetype)
|
||||||
* @var float new_width Calculated thumbnail width
|
* @var float new_width Calculated thumbnail width
|
||||||
* @var float new_height Calculated thumbnail height
|
* @var float new_height Calculated thumbnail height
|
||||||
* @var bool thumbnail_created Set to true to skip default GD thumbnail creation
|
* @var bool thumbnail_created Set to true to skip default GD thumbnail creation
|
||||||
* @since 3.2.4-RC1
|
* @since 3.2.4
|
||||||
*/
|
*/
|
||||||
$vars = array(
|
$vars = array(
|
||||||
'source',
|
'source',
|
||||||
|
|
Loading…
Add table
Reference in a new issue