Skip to content
Snippets Groups Projects
Commit 54740be8 authored by Larry Garfield's avatar Larry Garfield
Browse files

Prefix with a leading /.

parent 35230f21
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -21,7 +21,7 @@ public function finalMatch(RouteCollection $collection, Request $request) {
$context = new RequestContext();
$context->fromRequest($request);
$this->setContext($context);
return $this->match($request->attributes->get('system_path'));
return $this->match('/' . $request->attributes->get('system_path'));
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment