mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-13 11:36:27 +02:00
to keep
This commit is contained in:
parent
65dacb5302
commit
4c27d8ccf2
13 changed files with 121 additions and 137 deletions
controllers/internals
|
@ -112,7 +112,7 @@ namespace controllers\internals;
|
|||
$this->model_group->insert_group_contact($id_group, $contact_id);
|
||||
}
|
||||
|
||||
$this->internal_event->create('GROUP_ADD', 'Ajout group : '.$name);
|
||||
$this->internal_event->create($_SESSION['user']['id'], 'GROUP_ADD', 'Ajout group : '.$name);
|
||||
|
||||
return $id_group;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue