Merge pull request #4183 from owncloud/fix-group-id

Fix group id naming fid->gid
This commit is contained in:
icewind1991 2013-07-24 11:09:47 -07:00
commit ff86b6f134
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class Group {
/**
* @var string $id
*/
private $fid;
private $gid;
/**
* @var \OC\User\User[] $users