diff options
Diffstat (limited to 'admin/database.php')
-rw-r--r-- | admin/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/database.php b/admin/database.php index 451e475..01c2dd7 100644 --- a/admin/database.php +++ b/admin/database.php @@ -47,6 +47,6 @@ try { # CATCH: Template\Exception #=============================================================================== catch(Template\Exception $Exception) { - $Exception->defaultHandler(); + Application::exit($Exception->getMessage()); } ?>
\ No newline at end of file |