Fix bug with the route name

This commit is contained in:
Dmitriy Simushev 2014-06-02 12:20:54 +00:00
parent 4ff92e7f5c
commit 7ceb242814

View File

@ -132,7 +132,7 @@ class ChatController extends AbstractController
if ($force_take == false) {
$link = $this->generateUrl(
'chat_operator_start',
'chat_operator',
array(
'thread' => $thread_id,
'force' => true,