Skip to content

[Bugfix] Mail 047999: Fix CC/BCC Mails Generic Placeholder not replaced with corresponding value#11713

Open
fhelfer wants to merge 2 commits into
ILIAS-eLearning:release_10from
fhelfer:mail/mantis/47999
Open

[Bugfix] Mail 047999: Fix CC/BCC Mails Generic Placeholder not replaced with corresponding value#11713
fhelfer wants to merge 2 commits into
ILIAS-eLearning:release_10from
fhelfer:mail/mantis/47999

Conversation

@fhelfer

@fhelfer fhelfer commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

@fhelfer fhelfer added bugfix php Pull requests that update Php code labels Jun 30, 2026
Comment thread components/ILIAS/Mail/classes/class.ilMailTemplateContext.php
@fhelfer fhelfer requested a review from mjansenDatabay July 7, 2026 09:40
$mail_data->getSubject(),
$mail_data->isUsePlaceholder() ?
$this->replacePlaceholders($mail_data->getMessage(), 0) :
$this->replacePlaceholders($mail_data->getMessage()) :

@mjansenDatabay mjansenDatabay Jul 8, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indentation looks strange here @fhelfer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants