Skip to content
Snippets Groups Projects
Commit 143c53f6 authored by Kristof De Jaeger's avatar Kristof De Jaeger
Browse files

Issue #3433617: support for Drupal 11

parent a19590a5
No related branches found
No related tags found
No related merge requests found
type: module
name: Nodeinfo(2)
description: 'Enables Nodeinfo and/or Nodeinfo2 support.'
core_version_requirement: ^8.8 || ^9 || ^10
core_version_requirement: ^10 || ^11
version: VERSION
......@@ -69,7 +69,7 @@ class NodeInfoController extends ControllerBase {
$context = new RenderContext();
$url = $this->renderer->executeInRenderContext($context, function () {
return Url::fromRoute('nodeinfo.content', [], ['absolute' => TRUE])->toString(FALSE);
return Url::fromRoute('nodeinfo.content', [], ['absolute' => TRUE])->toString();
});
$data = [
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment