mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
Fixed confirmation dialog before closing chat for operator
This commit is contained in:
parent
f2ab19036a
commit
13554a8e43
@ -436,6 +436,7 @@ function setup_chatview_for_operator($thread, $operator)
|
||||
$page['ct.token'] = $thread['ltoken'];
|
||||
$page['ct.user.name'] = htmlspecialchars(topage(get_user_name($thread['userName'], $thread['remote'], $thread['userid'])));
|
||||
$page['chat.title'] = topage($settings['chattitle']);
|
||||
$page['chat.close.confirmation'] = getlocal('chat.close.confirmation');
|
||||
|
||||
setup_logo();
|
||||
if ($settings['sendmessagekey'] == 'enter') {
|
||||
|
Loading…
Reference in New Issue
Block a user