Skip to content

Commit ccdaee6

Browse files
stonebuzzbtry
authored andcommitted
fix CS
1 parent 44e4ab6 commit ccdaee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

front/formanswer.form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
} else if (isset($_POST['refuse_formanswer']) || isset($_POST['accept_formanswer'])) {
4949
if ($formanswer->update($_POST)) {
5050
$formanswer->redirectToList();
51-
}else{
51+
} else {
5252
//redirect to formanswer if update failed (ex : missing mandatory field)
5353
Html::back();
5454
}

0 commit comments

Comments
 (0)