aboutsummaryrefslogtreecommitdiffstats
path: root/admin/post/delete.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/post/delete.php')
-rw-r--r--admin/post/delete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/post/delete.php b/admin/post/delete.php
index 82e71da..f271364 100644
--- a/admin/post/delete.php
+++ b/admin/post/delete.php
@@ -66,7 +66,7 @@ try {
# CATCH: Post\Exception
#===============================================================================
catch(Post\Exception $Exception) {
- Application::exit(404);
+ Application::error404();
}
?>