thyseus / yii-user-management

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

Accessing a profile returns error. #16

Closed Xack closed 12 years ago

Xack commented 12 years ago

Use of undefined constant _tableName - assumed 'tableName' protected/modules/profile/models/YumProfileComment.php(12) return $this>_tableName;

changed to return $this->_tableName;

fixed.

thyseus commented 12 years ago

this typo was really a pity...