Skip to content
Snippets Groups Projects
Commit c0553c3f authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3466008: Replace deprecated ::renderPlain()

parent 29100246
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ class FillPdfSettingsForm extends ConfigFormBase {
'#items' => $items,
],
];
$this->messenger()->addError($this->renderer->renderPlain($error_message));
$this->messenger()->addError($this->renderer->renderInIsolation($error_message));
}
$this->logger('fillpdf')->critical('File storage %previous_scheme is no longer available.' . $count ? " $count FillPDF forms are defunct." : '', [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment