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