1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-13 20:32:11 +02:00

[ticket/16015] Adjust since version

PHPBB3-16015
This commit is contained in:
Marc Alexander 2019-12-25 14:36:33 +01:00
parent 423e9c4ac0
commit 4bee15d0fa
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -94,7 +94,7 @@ class remote extends \phpbb\avatar\driver\driver
* @var string width Image width
* @var string height Image height
* @var array error Error message array
* @since 3.2.6-RC1
* @since 3.2.9-RC1
*/
$vars = array('url', 'width', 'height', 'error');
extract($phpbb_dispatcher->trigger_event('core.ucp_profile_avatar_upload_validation', compact($vars)));