diff --git a/pandora_console/include/lib/Group.php b/pandora_console/include/lib/Group.php index de6ca5e739..a03bca3a5a 100644 --- a/pandora_console/include/lib/Group.php +++ b/pandora_console/include/lib/Group.php @@ -276,7 +276,7 @@ class Group extends Entity // Create new group. $this->fields['id_grupo'] = \db_process_sql_insert( '\tgrupo', - $updates, + $updates ); if ($this->fields['id_grupo'] === false) {