Actions
Task #88133
closedRequired code change in PageRouter
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2019-04-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
In TYPO3\CMS\Core\Routing\PageRouter
:
public function matchRequest(ServerRequestInterface $request, RouteResultInterface $previousResult = null): RouteResultInterface { $urlPath = $previousResult->getTail();
According to Benni != null
should be removed.
Actions