diff options
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r-- | phpBB/includes/functions_user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 92cd42d521..0f5dc852c9 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -915,7 +915,7 @@ function avatar_remote($data, &$error) return false; } - return array(AVATAR_REMOTE, $remotelink, $width, $height); + return array(AVATAR_REMOTE, $data['remotelink'], $width, $height); } function avatar_upload($data, &$error) |