aboutsummaryrefslogtreecommitdiffstats
path: root/admin/post/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/post/index.php')
-rw-r--r--admin/post/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/post/index.php b/admin/post/index.php
index ad735cd..e3f0a9d 100644
--- a/admin/post/index.php
+++ b/admin/post/index.php
@@ -71,6 +71,6 @@ try {
# CATCH: Template\Exception
#===============================================================================
catch(Template\Exception $Exception) {
- $Exception->defaultHandler();
+ Application::exit($Exception->getMessage());
}
?> \ No newline at end of file