minor fix

This commit is contained in:
fbsanchez 2021-04-20 14:08:27 +02:00
parent 100ae705f8
commit 37e3f68b18
1 changed files with 1 additions and 1 deletions

View File

@ -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) {