thyseus / yii-user-management

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

Privacy Update #138

Closed belokonm closed 11 years ago

belokonm commented 11 years ago

Link - index.php?r=profile/privacy/update file: modules\profile\views\privacy\update.php

line 33 : YumProfileField::model()->findAll() Do not have such model YumProfileField -> maybe need to put YumProfile?

line 41: Yum::t($field->title) - > No title field in the model

Any proposal?

thyseus commented 11 years ago

fixed by 035e1a4 - thanks for reporting