mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 00:46:27 +02:00
fix discussion send message not working after introduction of data in numbers
This commit is contained in:
parent
f1a4eb008b
commit
65f74dc27b
2 changed files with 3 additions and 77 deletions
|
@ -222,6 +222,7 @@ namespace controllers\publics;
|
|||
* @param string $_POST['contacts'] : Array of ids of contacts to send message to
|
||||
* @param string $_POST['groups'] : Array of ids of groups to send message to
|
||||
* @param string $_POST['conditional_groups'] : Array of ids of conditional groups to send message to
|
||||
* @param string $_POST['numbers_csv'] : CSV file with numbers and potentially data associated with numbers for templating to send the sms to
|
||||
*
|
||||
* @return : Id of scheduled created
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue