Skip to content

Commit

Permalink
fixed array index issue
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Aug 22, 2022
1 parent 5a00ff4 commit daa7f19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## [1.23.6] - 2022-08-22
- Fixed: warning in php 8

## [1.23.5] - 2022-07-14
- Changed: added some translations to token check
- Fixed: missing token validation check
Expand Down
2 changes: 1 addition & 1 deletion dca/tl_submission.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
],
// misc
'captcha' => [
'label' => $GLOBALS['TL_LANG']['MSC']['securityQuestion'],
'label' => $GLOBALS['TL_LANG']['MSC']['securityQuestion'] ?? null,
'inputType' => 'captcha',
'eval' => [
'mandatory' => true,
Expand Down

0 comments on commit daa7f19

Please sign in to comment.