Update methods names

This commit is contained in:
osaajani 2019-11-04 17:12:52 +01:00
parent 37b2a93323
commit 1865072b73
26 changed files with 88 additions and 101 deletions

View file

@ -200,7 +200,7 @@ namespace controllers\publics;
{
$_SESSION['discussion_wait_progress'] = isset($_SESSION['discussion_wait_progress']) ? $_SESSION['discussion_wait_progress'] : [];
$scheduleds = $this->internal_scheduled->get_by_ids($_SESSION['discussion_wait_progress']);
$scheduleds = $this->internal_scheduled->gets($_SESSION['discussion_wait_progress']);
//On va chercher à chaque fois si on a trouvé le sms. Si ce n'est pas le cas c'est qu'il a été envoyé
$sendeds = [];