mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
missed a stupid $
git-svn-id: file:///svn/phpbb/trunk@4598 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
eedef95186
commit
fadcec80c2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user