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