From ae3d59fc479c78e23668efbfc0f8504fc0df4cc7 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 27 May 2021 12:09:12 +0300 Subject: [PATCH] cleanup --- application/Espo/Core/ApplicationRunners/EntryPoint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/ApplicationRunners/EntryPoint.php b/application/Espo/Core/ApplicationRunners/EntryPoint.php index 4fb4966f21..bd00f38403 100644 --- a/application/Espo/Core/ApplicationRunners/EntryPoint.php +++ b/application/Espo/Core/ApplicationRunners/EntryPoint.php @@ -172,7 +172,7 @@ class EntryPoint implements Runner ob_start(); - $this->entryPointManager->run($entryPoint, $requestWrapped, $responseWrapped/*, $data*/); + $this->entryPointManager->run($entryPoint, $requestWrapped, $responseWrapped); $contents = ob_get_clean();