Skip to content

Commit

Permalink
Merge branch 'hotfix/7/3-customer' into 'release_7-lts'
Browse files Browse the repository at this point in the history
Test: Ensure proper use of `unserialize`

Closes #3

See merge request ilias-lts/ilias!20
  • Loading branch information
mjansenDatabay committed Jun 20, 2024
2 parents ba8db57 + 2aa4c61 commit 07716fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ public function calculateReachedPointsFromPreviewSession(ilAssQuestionPreviewSes

$solutionOrderingElementList = unserialize(
$previewSession->getParticipantsSolution(),
['allowed_classes' => false]
['allowed_classes' => true]
);

$reachedPoints = $this->calculateReachedPointsForSolution($solutionOrderingElementList);
Expand Down

0 comments on commit 07716fc

Please sign in to comment.