diff options
Diffstat (limited to 'admin/auth.php')
-rw-r--r-- | admin/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/auth.php b/admin/auth.php index dbdd3ef..2608171 100644 --- a/admin/auth.php +++ b/admin/auth.php @@ -80,7 +80,7 @@ try { # CATCH: Template\Exception #=============================================================================== catch(Template\Exception $Exception) { - $Exception->defaultHandler(); + Application::exit($Exception->getMessage()); } ?> |