diff options
author | Michele <macno@macno.org> | 2010-02-26 11:35:55 +0100 |
---|---|---|
committer | Michele <macno@macno.org> | 2010-02-26 11:35:55 +0100 |
commit | 6ae39da198e391f57a901e24a2561e76afe11613 (patch) | |
tree | 41cbeb6c8071a115cb07cb2cb8c02cf68bd3d9ba /actions/editgroup.php | |
parent | 6cc26a613b7849103d8cfae674bb3a91a7161656 (diff) |
Fixed object name
Diffstat (limited to 'actions/editgroup.php')
-rw-r--r-- | actions/editgroup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/editgroup.php b/actions/editgroup.php index d486db0c0..4b596cade 100644 --- a/actions/editgroup.php +++ b/actions/editgroup.php @@ -286,7 +286,7 @@ class EditgroupAction extends GroupDesignAction $group = Local_group::staticGet('nickname', $nickname); if (!empty($group) && - $group->id != $this->group->id) { + $group->group_id != $this->group->id) { return true; } |