Skip to content

Commit

Permalink
Fix #09776: Mail registered participants with RemoteControl API
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Jan-E committed Jul 14, 2015
1 parent 2e25dcb commit 9b51188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/remotecontrol/remotecontrol_handle.php
Expand Up @@ -2079,7 +2079,7 @@ public function invite_participants($sSessionKey, $iSurveyID )
* @access public
* @param string $sSessionKey Auth credentials
* @param int $iSurveyID ID of the survey that participants belong
* @param array $overrideAllConditions (optional) replace the default consitions, like this:
* @param array $overrideAllConditions (optional) replace the default conditions, like this:
* $overrideAllConditions = Array();
* $overrideAllConditions[] = 'tid = 2';
* $response = $myJSONRPCClient->mail_registered_participants( $sessionKey, $survey_id, $overrideAllConditions );
Expand Down

0 comments on commit 9b51188

Please sign in to comment.