Skip to content
Snippets Groups Projects
Commit eb396b9c authored by Kevin Kaland's avatar Kevin Kaland
Browse files

Fix link to XML-RPC.

Fixing without an issue since it's such a small bug.
parent e984aeee
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ class FillPdfOverviewForm extends FormBase {
// If using FillPDF Service, ensure XML-RPC module is present.
if ($config->get('backend') === 'fillpdf_service' && !$this->moduleHandler->moduleExists('xmlrpc')) {
$this->messenger()->addError($this->t('You must install the <a href=":xmlrpc">contributed XML-RPC module</a> in order to use FillPDF Service as your PDF-filling method.', [
$this->messenger()->addError($this->t('You must install the <a href="@xmlrpc">contributed XML-RPC module</a> in order to use FillPDF Service as your PDF-filling method.', [
'@xmlrpc' => Url::fromUri('https://drupal.org/project/xmlrpc')->toString(),
]));
return $form;
......
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