- Affected version
- 2.1.3
In
If
renderPushTemplate;
PHP:
$this->templater->setLanguage($this->language);
$pushContent = $this->templater->renderTemplate($template, $params);
$this->templater->setLanguage($originalLang);
If
renderTemplate throws, due to the lack of a try ... finally block, the language is left as the receivers.