mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
minor fix
This commit is contained in:
parent
100ae705f8
commit
37e3f68b18
@ -276,7 +276,7 @@ class Group extends Entity
|
|||||||
// Create new group.
|
// Create new group.
|
||||||
$this->fields['id_grupo'] = \db_process_sql_insert(
|
$this->fields['id_grupo'] = \db_process_sql_insert(
|
||||||
'\tgrupo',
|
'\tgrupo',
|
||||||
$updates,
|
$updates
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($this->fields['id_grupo'] === false) {
|
if ($this->fields['id_grupo'] === false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user