Skip to content

Commit

Permalink
Fixed issue #16328: invite_participants exits on first error (#2508)
Browse files Browse the repository at this point in the history
Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
  • Loading branch information
gabrieljenik and encuestabizdevgit committed Jul 13, 2022
1 parent bb3e00c commit ad902ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/helpers/remotecontrol/remotecontrol_handle.php
Expand Up @@ -2674,7 +2674,8 @@ public function mail_registered_participants($sSessionKey, $iSurveyID, $override
/**
* Invite participants in a survey (RPC function)
*
* Returns array of results of sending
* Returns array of results of sending.
* The sending stops on the first error (ie. when a token is invalid).
*
* @access public
* @param string $sSessionKey Auth credentials
Expand Down

0 comments on commit ad902ce

Please sign in to comment.