Skip to content

Commit f3fc182

Browse files
committed
Exercise: Aiken: Remove comma character not accepted by PHP 7.2
1 parent e814611 commit f3fc182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/exercise/export/aiken/aiken_import.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function generateAikenForm()
5757
'aiken_generate',
5858
'post',
5959
api_get_self()."?".api_get_cidreq(),
60-
null,
60+
null
6161
);
6262
$form->addElement('header', get_lang('AIQuestionsGenerator'));
6363
$form->addElement('text', 'quiz_name', [get_lang('QuestionsTopic'), get_lang('QuestionsTopicHelp')]);

0 commit comments

Comments
 (0)