We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0e9fb commit f209418Copy full SHA for f209418
Classes/ViewHelpers/Misc/VariablesViewHelper.php
@@ -59,6 +59,7 @@ public function render(): string
59
$function = $this->arguments['function'];
60
$mailRepository = GeneralUtility::makeInstance(MailRepository::class);
61
$parseObject = GeneralUtility::makeInstance(StandaloneView::class);
62
+ $parseObject->setRenderingContext($this->renderingContext);
63
$parseObject->setTemplateSource($this->removePowermailAllParagraphTagWrap($this->renderChildren()));
64
$parseObject->assignMultiple(
65
ArrayUtility::htmlspecialcharsOnArray($mailRepository->getVariablesWithMarkersFromMail($mail))
0 commit comments