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',