Skip to content

Commit

Permalink
PRG: 43301, mail: use specific dic to keep context
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaagen authored and klees committed Dec 19, 2024
1 parent abc9607 commit e592a50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ protected function showMessages(ilPRGMessageCollection $msg): void

protected function mailToSelectedUsers(): void
{
$dic = ilStudyProgrammeDIC::dic();
$dic = ilStudyProgrammeDIC::specificDicFor($this->object);
$gui = $dic['ilStudyProgrammeMailMemberSearchGUI'];

$selected = $this->getPostPrgsIds();
Expand Down

0 comments on commit e592a50

Please sign in to comment.