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