Skip to content

Commit

Permalink
[TASK] Append existing query string to redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
aertmann committed Jun 8, 2015
1 parent 5ad832f commit e8a77fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/MOC/Redirects/Controller/RedirectController.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class RedirectController extends \TYPO3\Flow\Mvc\Controller\ActionController {
* @Flow\IgnoreValidation("node")
*/
public function redirectAction(Node $node) {
$this->redirectToUri($this->linkingService->createNodeUri($this->controllerContext, $node), 0, 301);
$this->redirectToUri($this->linkingService->createNodeUri($this->controllerContext, $node, NULL, NULL, TRUE, array(), '', TRUE), 0, 301);
}

}
}

0 comments on commit e8a77fa

Please sign in to comment.