Skip to content

Commit

Permalink
Exercise: Aiken: Remove comma character not accepted by PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Jan 19, 2023
1 parent e814611 commit f3fc182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/exercise/export/aiken/aiken_import.inc.php
Expand Up @@ -57,7 +57,7 @@ function generateAikenForm()
'aiken_generate',
'post',
api_get_self()."?".api_get_cidreq(),
null,
null
);
$form->addElement('header', get_lang('AIQuestionsGenerator'));
$form->addElement('text', 'quiz_name', [get_lang('QuestionsTopic'), get_lang('QuestionsTopicHelp')]);
Expand Down

0 comments on commit f3fc182

Please sign in to comment.