aboutsummaryrefslogtreecommitdiffstats
path: root/admin/user/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/user/update.php')
-rw-r--r--admin/user/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/user/update.php b/admin/user/update.php
index 07965cd..0905791 100644
--- a/admin/user/update.php
+++ b/admin/user/update.php
@@ -76,7 +76,7 @@ try {
# CATCH: Template\Exception
#===============================================================================
catch(Template\Exception $Exception) {
- $Exception->defaultHandler();
+ Application::exit($Exception->getMessage());
}
}