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