forked from GNUsocial/gnu-social
Fixed object name
This commit is contained in:
parent
6cc26a613b
commit
6ae39da198
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user