Merge branch 'master' of ssh://172.20.0.1/var/git/espo/backend

This commit is contained in:
Yuri Kuznetsov
2014-01-23 17:56:01 +02:00

View File

@@ -31,7 +31,7 @@ class Output
ob_clean();
echo $data;
$this->getSlim()->stop();
//$this->getSlim()->stop();
}
public function processError($message = 'Error', $code = 500)