sarvan75 / yii-user-management

Automatically exported from code.google.com/p/yii-user-management
0 stars 0 forks source link

Wrong Table Name inYumProfileFieldsGroup #135

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The table name for profile fields in DB is profile_fields. But there is an 
error in YumProfileFieldsGroup model on line 42;

$this->_tableName = '{{profile_fields_group}}';

should be changed;

$this->_tableName = '{{profile_fields}}';

Original issue reported on code.google.com by sanc...@gmail.com on 11 Jun 2011 at 11:45

Attachments:

GoogleCodeExporter commented 9 years ago
what the heck?
how come does not this issue is included in newer releases? 

Original comment by aladdinh...@gmail.com on 12 Aug 2011 at 7:10