minor fix
This commit is contained in:
parent
100ae705f8
commit
37e3f68b18
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue