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