thyseus / yii-user-management

a user management module collection for the yii framework
185 stars 122 forks source link

Update profile/controllers/YumProfileController.php #97

Closed xdainiusx closed 11 years ago

xdainiusx commented 11 years ago

I think there is a bug here. Scenario: -user registers but doesn't make a profile yet. -another user registers and makes a profile

I'm not sure if this is the best solution but I'm querying tbl_profile first to get a user_id and then use it to get YumUser model.