mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-06 00:06:27 +02:00
Fix another method
This commit is contained in:
parent
155cace466
commit
7cb963b8cf
3 changed files with 14 additions and 56 deletions
controllers/internals
|
@ -63,7 +63,10 @@ class Console extends \descartes\InternalController
|
|||
|
||||
echo \count($ids_scheduleds)." Sms à envoyer ont été trouvés et ajoutés à la liste des Sms en cours d'envoi.\n";
|
||||
|
||||
$this->model_database->update_progress_scheduleds_in($ids_scheduleds, true);
|
||||
foreach ($ids_scheduleds as $ids_scheduled)
|
||||
{
|
||||
$this->internal_scheduled->update_progress($id_scheduled, true);
|
||||
}
|
||||
|
||||
//Pour chaque Sms à envoyer
|
||||
foreach ($scheduleds as $scheduled)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue