Skip to content

Commit

Permalink
Merge pull request #935 from gekkedev/patch-2
Browse files Browse the repository at this point in the history
Fixed a small typo
  • Loading branch information
TonisOrmisson committed Jan 11, 2018
2 parents d73d02a + aae82e7 commit 26f2370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/remotecontrol/remotecontrol_handle.php
Expand Up @@ -892,7 +892,7 @@ public function get_language_properties($sSessionKey, $iSurveyID, $aSurveyLocale
* @param string $sSessionKey Auth credentials
* @param integer $iSurveyID - ID of the Survey
* @param array $aSurveyLocaleData - An array with the particular fieldnames as keys and their values to set on that particular survey
* @param string $sLanguage - Optional - Language to update - if not give the base language of the particular survey is used
* @param string $sLanguage - Optional - Language to update - if not given the base language of the particular survey is used
* @return array in case of success 'status'=>'OK', when save successful otherwise error text.
*/
public function set_language_properties($sSessionKey, $iSurveyID, $aSurveyLocaleData, $sLanguage = null)
Expand Down

0 comments on commit 26f2370

Please sign in to comment.