Another small fix

This commit is contained in:
Pinga 2023-08-18 17:46:09 +03:00
parent 8c3d466578
commit 47ebb5a3d7

View file

@ -111,7 +111,7 @@ $server->handle(function (Connection $conn) use ($table, $db, $c) {
case isset($xml->command->logout): case isset($xml->command->logout):
{ {
$table->del($connId); $table->del($connId);
$clTRID = (string) $xml->command->clTRID; $clTRID = (string) $xml->command->clTRID;
$response = [ $response = [
'command' => 'logout', 'command' => 'logout',