From 47ebb5a3d7276de60faa3f06d26feaef334b6b21 Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Fri, 18 Aug 2023 17:46:09 +0300 Subject: [PATCH] Another small fix --- epp/epp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epp/epp.php b/epp/epp.php index 584829e..49a9cae 100644 --- a/epp/epp.php +++ b/epp/epp.php @@ -111,7 +111,7 @@ $server->handle(function (Connection $conn) use ($table, $db, $c) { case isset($xml->command->logout): { $table->del($connId); - $clTRID = (string) $xml->command->clTRID; + $clTRID = (string) $xml->command->clTRID; $response = [ 'command' => 'logout',