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();