mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
Merge remote-tracking branch 'origin/support/3.2' into support/3.2
This commit is contained in:
@@ -2502,8 +2502,7 @@ EOF
|
|||||||
$oKPI->ComputeAndReport('Data fetch and format');
|
$oKPI->ComputeAndReport('Data fetch and format');
|
||||||
$oPage->output();
|
$oPage->output();
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
// note: transform to cope with XSS attacks
|
echo utils::EscapeHtml(Dict::S('UI:PageTitle:FatalError'));
|
||||||
echo utils::EscapeHtml($e->GetMessage());
|
|
||||||
IssueLog::Error($e->getMessage()."\nDebug trace:\n".$e->getTraceAsString());
|
IssueLog::Error($e->getMessage()."\nDebug trace:\n".$e->getTraceAsString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user