diff --git a/views/default/forms/groups/edit.php b/views/default/forms/groups/edit.php index 604b3ec..cd7c884 100644 --- a/views/default/forms/groups/edit.php +++ b/views/default/forms/groups/edit.php @@ -123,6 +123,10 @@ } if ((bool) elgg_get_plugin_setting('concept_groups', 'group_tools') && (!$entity instanceof \ElggGroup || (bool) $entity->is_concept)) { + if ($entity instanceof \ElggGroup) { + $buttons = []; + } + $buttons[] = [ '#type' => 'submit', 'name' => 'concept_group',