diff options
Diffstat (limited to 'system/page/list.php')
-rw-r--r-- | system/page/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/page/list.php b/system/page/list.php index 0879065..25409e5 100644 --- a/system/page/list.php +++ b/system/page/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 |