From 7a1b8f471ca133b6ca99cd4e440e6614a7c18537 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 11 Apr 2017 05:11:57 +0200 Subject: Methods "error403" and "error404" has been added to the "Application" class; several files has been changed. --- system/user/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/user/main.php') 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 -- cgit v1.2.3