From aae82e7eb21553d6b578de77afb5647e180d463e Mon Sep 17 00:00:00 2001 From: gekkedev <17025257+gekkedev@users.noreply.github.com> Date: Thu, 11 Jan 2018 16:49:00 +0100 Subject: [PATCH] Fixed a small typo --- application/helpers/remotecontrol/remotecontrol_handle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/helpers/remotecontrol/remotecontrol_handle.php b/application/helpers/remotecontrol/remotecontrol_handle.php index 8cf3ea1f838..538bceb5faa 100644 --- a/application/helpers/remotecontrol/remotecontrol_handle.php +++ b/application/helpers/remotecontrol/remotecontrol_handle.php @@ -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)