Don't rely on internal Router structure

This commit is contained in:
Dmitriy Simushev 2014-08-28 09:52:48 +00:00
parent 1c1d479474
commit 896e0d924b

View File

@ -70,7 +70,7 @@ class RedirectController extends AbstractController
$operator $operator
), ),
setup_redirect_links( setup_redirect_links(
$this->getRouter()->getGenerator(), $this->getRouter(),
$thread_id, $thread_id,
$operator, $operator,
$token $token