mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue