Skip to content

Commit

Permalink
Dev : typo: missing closing parenthesis in line 292
Browse files Browse the repository at this point in the history
  • Loading branch information
ritapas committed Feb 2, 2021
1 parent 9c936de commit 346c2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/SurveyAdministrationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public function actionRegenerateQuestionCodes()

//check subaction
if (!($sSubAction === 'straight' || $sSubAction === 'bygroup')) {
Yii::app()->setFlashMessage(gT("Wrong parameter for subaction (straight or bygroup."), 'error');
Yii::app()->setFlashMessage(gT("Wrong parameter for subaction (straight or bygroup.)"), 'error');
$this->redirect(array('surveyAdministration/view', 'surveyid' => $iSurveyID));
}

Expand Down

0 comments on commit 346c2c1

Please sign in to comment.