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:
@ -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)));
|
||||||
|
Reference in New Issue
Block a user