fix user full name for local user register

v1.18.x
pichalite 9 years ago
parent f0ac0d3b29
commit 5450f59f99

@ -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