Skip to content

Commit

Permalink
Fix: 6th form should make 4 choices (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nau7ilus committed Jan 24, 2023
1 parent 96b740f commit 8fdbf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/modules/ModuleTdwChoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ModuleTdwChoice extends \Module
protected $arrChoicesAmount = array
(
'5' => 5,
'6' => 5,
'6' => 4,
'7' => 6,
'8' => 6,
'9' => 7,
Expand Down

0 comments on commit 8fdbf58

Please sign in to comment.