1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-11 00:40:56 +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

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