Skip to content

Commit

Permalink
Fix form to remind users
Browse files Browse the repository at this point in the history
Change form post to get to becomes work again.
  • Loading branch information
fabiowoj committed Aug 24, 2022
1 parent 1284429 commit fd49705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/tracking/courseLog.php
Expand Up @@ -696,7 +696,7 @@ function(index) {
$getLangXDays = get_lang('XDays');
$form = new FormValidator(
'reminder_form',
'post',
'get',
api_get_path(WEB_CODE_PATH).'announcements/announcements.php?'.api_get_cidreq(),
null,
['style' => 'margin-bottom: 10px']
Expand Down

0 comments on commit fd49705

Please sign in to comment.