|
@@ -163,7 +163,7 @@ if ($formSent) {
|
|
$url.'&'.http_build_query([
|
|
$url.'&'.http_build_query([
|
|
'courseId' => $question->getCId(),
|
|
'courseId' => $question->getCId(),
|
|
'questionId' => $question->getId(),
|
|
'questionId' => $question->getId(),
|
|
- 'action' => 'delete'
|
|
|
|
|
|
+ 'action' => 'delete',
|
|
])
|
|
])
|
|
).'<br />';
|
|
).'<br />';
|
|
|
|
|