aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 46b5513e1c..bab4ccf08a 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -289,7 +289,7 @@ function avatar_remote($data, &$error)
$data['filename'] = $data['remotelink'];
$data['type'] = AVATAR_REMOTE;
- return data;
+ return $data;
}
function avatar_upload($data, &$error)