mirror of
https://github.com/Mibew/mibew.git
synced 2025-04-06 08:10:12 +03:00
Fix bug with the route name
This commit is contained in:
parent
4ff92e7f5c
commit
7ceb242814
@ -132,7 +132,7 @@ class ChatController extends AbstractController
|
|||||||
|
|
||||||
if ($force_take == false) {
|
if ($force_take == false) {
|
||||||
$link = $this->generateUrl(
|
$link = $this->generateUrl(
|
||||||
'chat_operator_start',
|
'chat_operator',
|
||||||
array(
|
array(
|
||||||
'thread' => $thread_id,
|
'thread' => $thread_id,
|
||||||
'force' => true,
|
'force' => true,
|
||||||
|
Loading…
Reference in New Issue
Block a user