thyseus / yii-user-management

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

User Profile - My Groups #57

Open redanthrax opened 11 years ago

redanthrax commented 11 years ago

Error: Property "UsergroupModule.userGroupTable" is not defined.

FIX line 17 of file usergroup/models/YumUsergroup.php

change return Yum::module('usergroup')->userGroupTable; to return Yum::module('usergroup')->usergroupTable;