Skip to content

Commit

Permalink
TASK: Dont set dispatched state in controller
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Mar 3, 2024
1 parent c1e5375 commit e1491b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Neos.Flow/Classes/Mvc/Controller/AbstractController.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ protected function initializeController(ActionRequest $request, ActionResponse $
$this->request = $request;
$this->response = $response;

$this->request->setDispatched(true);

$this->uriBuilder = new UriBuilder();
$this->uriBuilder->setRequest($request);

Expand Down

0 comments on commit e1491b0

Please sign in to comment.