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. --- admin/post/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/post/update.php') diff --git a/admin/post/update.php b/admin/post/update.php index 65b9045..37dccfe 100644 --- a/admin/post/update.php +++ b/admin/post/update.php @@ -91,6 +91,6 @@ try { # CATCH: Post\Exception #=============================================================================== catch(Post\Exception $Exception) { - Application::exit(404); + Application::error404(); } ?> \ No newline at end of file -- cgit v1.2.3