mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
Fix bug with the 1st operator's message in inviation
Now it has correct agentId value
This commit is contained in:
parent
b33ccc4a84
commit
08617d41c6
@ -122,7 +122,8 @@ function invitation_invite($visitor_id, $operator) {
|
|||||||
$thread->postMessage(
|
$thread->postMessage(
|
||||||
Thread::KIND_AGENT,
|
Thread::KIND_AGENT,
|
||||||
getlocal("invitation.message"),
|
getlocal("invitation.message"),
|
||||||
$operator_name
|
$operator_name,
|
||||||
|
$operator['operatorid']
|
||||||
);
|
);
|
||||||
|
|
||||||
return $thread;
|
return $thread;
|
||||||
|
Loading…
Reference in New Issue
Block a user