Skip to content

Commit

Permalink
Fixed issue #10233: Unable to add user to a group in a fresh install
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jan 29, 2016
1 parent f3cb6a9 commit fea068e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/models/UserInGroup.php
Expand Up @@ -45,8 +45,8 @@ public function tableName()
*/
public function primaryKey()
{
return 'uid';
}
return array('ugid', 'uid');
}

/**
* @return array relational rules.
Expand Down

0 comments on commit fea068e

Please sign in to comment.