Merge pull request #4079 from pichalite/master

fix user full name for local user register
v1.18.x
Julian Lam 9 years ago
commit 9be321f5c7

@ -33,7 +33,7 @@ module.exports = function(User) {
'joindate': timestamp, 'joindate': timestamp,
'lastonline': timestamp, 'lastonline': timestamp,
'picture': '', 'picture': '',
'fullname': data.fullname, 'fullname': data.fullname || '',
'location': '', 'location': '',
'birthday': '', 'birthday': '',
'website': '', 'website': '',

Loading…
Cancel
Save