cinghie / yii2-user-extended

Yii2 User Extended
6 stars 3 forks source link

Avatar name is not saved in DB #4

Closed alalm3i closed 7 years ago

alalm3i commented 8 years ago

Thank you for this extension, I've used your code to add upload function to yii2-user. I found that the avatar name is not saved in DB, however everything else is working.

I solved this by adding $model->save(); in actionProfile() before the flash message line

regards,

cinghie commented 7 years ago

Fixed on new releases