diff options
Diffstat (limited to 'system/user/main.php')
-rw-r--r-- | system/user/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/user/main.php b/system/user/main.php index 7dcd6da..8b7bc79 100644 --- a/system/user/main.php +++ b/system/user/main.php @@ -93,6 +93,6 @@ catch(User\Exception $Exception) { } catch(User\Exception $Exception) { - Application::exit(404); + Application::error404(); } }
\ No newline at end of file |