From 97c109dc7998929d574d9de6efd4c61393df4893 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 21 Oct 2022 18:14:43 +0300 Subject: [PATCH] cleanup --- application/Espo/EntryPoints/LoginAs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/EntryPoints/LoginAs.php b/application/Espo/EntryPoints/LoginAs.php index 01d156f4e7..aa8cbc37f6 100644 --- a/application/Espo/EntryPoints/LoginAs.php +++ b/application/Espo/EntryPoints/LoginAs.php @@ -77,6 +77,6 @@ class LoginAs implements EntryPoint "; $this->clientManager->writeHeaders($response); - $response->writeBody($this->clientManager->render($script)); ; + $response->writeBody($this->clientManager->render($script)); } }