mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
N°3318 - don't display error details
This commit is contained in:
@@ -93,7 +93,7 @@ class ExceptionListener implements ContainerAwareInterface
|
|||||||
'exception' => $oFlattenException,
|
'exception' => $oFlattenException,
|
||||||
'code' => $iStatusCode,
|
'code' => $iStatusCode,
|
||||||
'error_title' => $sErrorTitle,
|
'error_title' => $sErrorTitle,
|
||||||
'error_message' => $sErrorMessage,
|
'error_message' => '',
|
||||||
);
|
);
|
||||||
|
|
||||||
// Generate the response
|
// Generate the response
|
||||||
|
|||||||
Reference in New Issue
Block a user