mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
Put back exception handler !
SVN:trunk[691]
This commit is contained in:
@@ -1385,7 +1385,7 @@ EOF
|
||||
////MetaModel::ShowQueryTrace();
|
||||
$oP->output();
|
||||
}
|
||||
catch(ZZCoreException $e)
|
||||
catch(CoreException $e)
|
||||
{
|
||||
require_once('../setup/setuppage.class.inc.php');
|
||||
$oP = new SetupWebPage(Dict::S('UI:PageTitle:FatalError'));
|
||||
@@ -1414,7 +1414,7 @@ catch(ZZCoreException $e)
|
||||
// For debugging only
|
||||
//throw $e;
|
||||
}
|
||||
catch(ZZException $e)
|
||||
catch(Exception $e)
|
||||
{
|
||||
require_once('../setup/setuppage.class.inc.php');
|
||||
$oP = new SetupWebPage(Dict::S('UI:PageTitle:FatalError'));
|
||||
|
||||
Reference in New Issue
Block a user