mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
fix a few things
This commit is contained in:
parent
be194a06a8
commit
8f9bf0a729
11 changed files with 53 additions and 103 deletions
|
@ -135,7 +135,7 @@ namespace controllers\internals;
|
|||
|
||||
$result = $this->model_group->update($id, $group);
|
||||
|
||||
$this->model_group->delete_group_contact($id);
|
||||
$this->model_group->delete_group_contacts($id);
|
||||
|
||||
$nb_contact_insert = 0;
|
||||
foreach ($contacts_ids as $contact_id)
|
||||
|
@ -161,9 +161,9 @@ namespace controllers\internals;
|
|||
*
|
||||
* @return array : Un tableau avec les contact
|
||||
*/
|
||||
public function get_contact($id)
|
||||
public function get_contacts($id)
|
||||
{
|
||||
//Recupération des groups
|
||||
return $this->model_group->get_contact($id);
|
||||
return $this->model_group->get_contacts($id);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue