Fix invalid link for takeover of a chat (see Issue #10)

This commit is contained in:
Fedor A. Fetisov 2013-10-14 17:18:19 +04:00
parent 6130b6f2af
commit f324249c8c

View File

@ -65,7 +65,7 @@ if (!isset($_GET['token'])) {
if ($forcetake == false) {
$page = array(
'user' => topage($thread['userName']), 'agent' => topage($thread['agentName']), 'link' => $_SERVER['PHP_SELF'] . "?thread=$threadid&force=true"
'user' => topage($thread['userName']), 'agent' => topage($thread['agentName']), 'link' => $_SERVER['PHP_SELF'] . "?thread=$threadid&force=true"
);
start_html_output();
require('../view/confirm.php');