From 66b5ebbeba54586f92673312a661eea50b5bcd5f Mon Sep 17 00:00:00 2001 From: Taras Machyshyn Date: Thu, 23 Jan 2014 11:55:25 +0200 Subject: [PATCH] fix controller exception --- application/Espo/Core/Utils/Api/Output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Utils/Api/Output.php b/application/Espo/Core/Utils/Api/Output.php index f050272619..367cca8499 100644 --- a/application/Espo/Core/Utils/Api/Output.php +++ b/application/Espo/Core/Utils/Api/Output.php @@ -31,7 +31,7 @@ class Output ob_clean(); echo $data; - $this->getSlim()->stop(); + //$this->getSlim()->stop(); } public function processError($message = 'Error', $code = 500)