mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
cleanup
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user