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