mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 00:14:40 +03:00
Fix invalid link for takeover of a chat (see Issue #10)
This commit is contained in:
parent
6130b6f2af
commit
f324249c8c
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user