mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 18:38:31 +03:00
Don't rely on internal Router structure
This commit is contained in:
parent
1c1d479474
commit
896e0d924b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user