Skip to content

Commit

Permalink
fix force-casted array keys (ILIAS-eLearning#8159)
Browse files Browse the repository at this point in the history
  • Loading branch information
iszmais authored Oct 8, 2024
1 parent 1328df3 commit ba3b498
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ protected function getLegacyContent(): string
$cards = array_filter(array_map($this->getCardForData(...), $group));
if ($cards) {
$groupedCards[] = $this->ui->factory()->panel()->sub(
$title,
(string) $title,
$this->factory->deck($cards)->withNormalCardsSize()
);
}
Expand Down

0 comments on commit ba3b498

Please sign in to comment.