thyseus / yii-user-management

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

"YumMessage"."message_read" not defined #148

Open gioppoluca opened 11 years ago

gioppoluca commented 11 years ago

It seems that the YumMeswsage dropped the column message_read from the table (according to this following piece of code) public function attributeLabels() { return array( 'id' => Yum::t('#'), 'from_user_id' => Yum::t('From'), 'to_user_id' => Yum::t('To'), 'title' => Yum::t('Title'), 'message' => Yum::t('Message'), 'timestamp' => Yum::t('Time sent'), ); }

But on some other places it requires the message_read data what is the correct file? Thanks