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);
|
$group = Local_group::staticGet('nickname', $nickname);
|
||||||
|
|
||||||
if (!empty($group) &&
|
if (!empty($group) &&
|
||||||
$group->id != $this->group->id) {
|
$group->group_id != $this->group->id) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user