Skip to content

Commit

Permalink
Prg: correct id-type for ilConfirmationGUI::addItem
Browse files Browse the repository at this point in the history
  • Loading branch information
klees committed Oct 14, 2022
1 parent 01a01e2 commit bee2b5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ protected function confirmRemoveUsers(array $progress_ids): string

$this->confirmation_gui->addItem(
self::F_SELECTED_PROGRESS_IDS . '[]',
$progress_id,
(string) $progress_id,
$name
);
}
Expand Down

0 comments on commit bee2b5c

Please sign in to comment.