mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Ooops...
SVN:trunk[1712]
This commit is contained in:
@@ -2109,7 +2109,7 @@ EOF
|
||||
DisplayWelcomePopup($oP);
|
||||
$oP->output();
|
||||
}
|
||||
catch(xxxCoreException $e)
|
||||
catch(CoreException $e)
|
||||
{
|
||||
require_once(APPROOT.'/setup/setuppage.class.inc.php');
|
||||
$oP = new SetupWebPage(Dict::S('UI:PageTitle:FatalError'));
|
||||
@@ -2152,7 +2152,7 @@ catch(xxxCoreException $e)
|
||||
// For debugging only
|
||||
//throw $e;
|
||||
}
|
||||
catch(xxxException $e)
|
||||
catch(Exception $e)
|
||||
{
|
||||
require_once(APPROOT.'/setup/setuppage.class.inc.php');
|
||||
$oP = new SetupWebPage(Dict::S('UI:PageTitle:FatalError'));
|
||||
|
||||
Reference in New Issue
Block a user